diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-08-16 17:35:41 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-08-16 17:35:41 +0000 |
commit | 0e19afa7dcac1394ab02cc57a81c6ca081920a02 (patch) | |
tree | 78fecd914170a5f1ef0e11d34ba21879bb5dccaa /sys-apps | |
parent | Fix building poxml tool (diff) | |
download | gentoo-2-0e19afa7dcac1394ab02cc57a81c6ca081920a02.tar.gz gentoo-2-0e19afa7dcac1394ab02cc57a81c6ca081920a02.tar.bz2 gentoo-2-0e19afa7dcac1394ab02cc57a81c6ca081920a02.zip |
[sys-apps/gdisk] Version bump per bug #333019
(Portage version: 2.2_rc67_p582/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gdisk/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/gdisk/gdisk-0.6.8.ebuild | 28 | ||||
-rw-r--r-- | sys-apps/gdisk/gdisk-0.6.9.ebuild (renamed from sys-apps/gdisk/gdisk-0.6.8-r1.ebuild) | 2 |
3 files changed, 8 insertions, 30 deletions
diff --git a/sys-apps/gdisk/ChangeLog b/sys-apps/gdisk/ChangeLog index 0e76b1b14d92..9a83a6c79dc2 100644 --- a/sys-apps/gdisk/ChangeLog +++ b/sys-apps/gdisk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/gdisk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/ChangeLog,v 1.5 2010/06/14 21:06:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/ChangeLog,v 1.6 2010/08/16 17:35:41 alexxy Exp $ + +*gdisk-0.6.9 (16 Aug 2010) + + 16 Aug 2010; Alexey Shvetsov <alexxy@gentoo.org> -gdisk-0.6.8.ebuild, + -gdisk-0.6.8-r1.ebuild, +gdisk-0.6.9.ebuild: + Version bump per bug #333019 *gdisk-0.6.8-r1 (14 Jun 2010) diff --git a/sys-apps/gdisk/gdisk-0.6.8.ebuild b/sys-apps/gdisk/gdisk-0.6.8.ebuild deleted file mode 100644 index c7a95fa464d3..000000000000 --- a/sys-apps/gdisk/gdisk-0.6.8.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/gdisk-0.6.8.ebuild,v 1.1 2010/06/07 12:59:09 alexxy Exp $ - -EAPI="3" - -inherit eutils - -DESCRIPTION="gdisk - GPT partition table manipulator for Linux" -HOMEPAGE="http://www.rodsbooks.com/gdisk/" -SRC_URI="mirror://sourceforge/gptfdisk/${P/_p/-}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" - -S="${WORKDIR}/${P/_p2/}" - -src_install() -{ - for x in gdisk sgdisk; do - dosbin "${x}" || die - doman "${x}.8" || die - done -} diff --git a/sys-apps/gdisk/gdisk-0.6.8-r1.ebuild b/sys-apps/gdisk/gdisk-0.6.9.ebuild index 4563f196e749..6c3dc073fb32 100644 --- a/sys-apps/gdisk/gdisk-0.6.8-r1.ebuild +++ b/sys-apps/gdisk/gdisk-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/gdisk-0.6.8-r1.ebuild,v 1.1 2010/06/14 21:06:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gdisk/gdisk-0.6.9.ebuild,v 1.1 2010/08/16 17:35:41 alexxy Exp $ EAPI="3" |