1
0
Fork 0

sys-block/partclone version bump to latest stable

This commit is contained in:
Stefan Reimer 2013-06-17 11:52:59 -07:00
parent c21ddfa321
commit 4872445d79
4 changed files with 60 additions and 4 deletions

View File

@ -0,0 +1 @@
EBUILD gtkevemon-9999.ebuild 1167 SHA256 ad72cea0ff14ebb0651ee32206645d1296c13eb381f71072df61c107800802ac SHA512 d7369d56584e6520736176030fe8f7613960b500765ccd8a496af976c8069bdac78cfe626e61c8323cea3856b75091b5d85cda36e7247b3a8362ebb4b05b9378 WHIRLPOOL 64bebe5917a2f99f9ebab54ff2f89d7ed9166affb3d0612ce58411ed1a968d14805a7e3ca93a171004d726483d266f082c050fc16a58b15733eca607a665fb58

View File

@ -0,0 +1,57 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/gtkevemon-9999.ebuild,v 1.3 2012/11/19 11:03:56 wired Exp $
EAPI=4
inherit eutils
IUSE=""
if [[ ${PV} == *9999* ]]; then
inherit mercurial
EHG_REPO_URI="https://bitbucket.org/BattleClinic/${PN}"
KEYWORDS=""
SRC_URI=""
MY_S="${WORKDIR}/${P}/gtkevemon"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="http://gtkevemon.battleclinic.com/releases/${P}-source.tar.gz"
fi
DESCRIPTION="A standalone skill monitoring application for EVE Online"
HOMEPAGE="http://gtkevemon.battleclinic.com"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
dev-cpp/gtkmm:2.4
dev-libs/libxml2
"
DEPEND="${DEPEND}
virtual/pkgconfig
"
src_unpack()
{
if [[ ${PV} == *9999* ]]; then
mercurial_src_unpack
S=${MY_S}
else
default
fi
}
src_prepare() {
sed -e 's:Categories=Game;$:Categories=Game;RolePlaying;GTK;:' \
-i icon/${PN}.desktop || die "sed failed"
}
src_install() {
# fixed QA notice
sed -i "/^Encoding/d" icon/${PN}.desktop
dobin src/${PN}
doicon icon/${PN}.png
domenu icon/${PN}.desktop
dodoc CHANGES README TODO
}

View File

@ -1,2 +1 @@
DIST partclone-0.2.48.tar.gz 417554 SHA256 039d07b61504861401ba0e525541c37c534b73db8e685b3757f220f78b96ecf9 SHA512 56ec261a0c6e37e429894a6b5ba12c251d719a01b85b048d8d9d99333fa6330fa8849c1b05a0248e3417dc54d773fcb1ddd4353c78358857a69790998d845214 WHIRLPOOL 6cc22c826bfcba9bb50fb6c6fe236a08b8d171fe1b22f6498297dcc08ada2070f7a5f14f7996435c4527a21f19f84e38f0e195613b55204e29f5696a625e2c8d
EBUILD partclone-0.2.48.ebuild 1635 RMD160 96db7b07d9a4a8d7c137fccd8ccbaee7b2010b7a SHA1 fc6f61ed30590d6244c2cf51afe37a9f622b212b SHA256 b489f2a231450ec77eba31c361f29b61ce064472f1fae86261871c391ef8d37d
DIST partclone_0.2.58.orig.tar.gz 447916 SHA256 7a456616a9f06eaea4c99d149f68edc35bae5ee754c1a5cb232190beca7f6257 SHA512 e42aecf0262735b3dd37697281ce3a794a1d6948decad8a86a8a213ee8df943a76f37a3b0327bb53141fc2bfbb6bfaabb74ef69364f842aaecaf896f4550ed89 WHIRLPOOL b388058127bcab1346b388b36056626461564d3be3d60d117575c885fced573bc64dba83a6c1b85157443bcc24ce139a529e6fb8900af57cdde3efca8961070f

View File

@ -2,8 +2,7 @@ inherit eutils
DESCRIPTION="Partition cloning tool"
HOMEPAGE="http://partclone.org"
#SRC_URI="mirror://sourceforge/partclone/partclone_${PV}.tar.gz"
SRC_URI="http://downloads.sourceforge.net/project/partclone/stable/${PV}/partclone-${PV}.tar.gz"
SRC_URI="http://sourceforge.net/projects/partclone/files/stable/${PV}/partclone_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"