Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into experimental
Browse files Browse the repository at this point in the history
Conflicts:
	sys-apps/gptfdisk/Manifest
	sys-apps/gptfdisk/gptfdisk-0.8.0.ebuild
  • Loading branch information
DestroyFX committed Sep 21, 2011
2 parents 9f6fdee + 88b49d6 commit ee2a742
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions profiles/package.mask/funtoo-staging
@@ -1,5 +1,9 @@
# PLEASE KEEP MOST RECENT MASKS ON TOP, REVERSE CHRONO ORDER

# Oleg Vinichenko (20 Sep 2011)
# gptfdisk update, masked for testing
=sys-apps/gptfdisk-0.8.0

# Daniel Robbins (14 Sep 2011)
# masked for testing
=sys-kernel/openvz-rhel5-stable-2.6.18.028.093.2
Expand Down
1 change: 1 addition & 0 deletions sys-apps/gptfdisk/Manifest
@@ -1 +1,2 @@
DIST gptfdisk-0.7.2.tar.gz 136525 RMD160 a4d09930cabbb41f6d5cee6f2f93e06c15ce9e26 SHA1 2bc661dca50557d31afb3bf8d9cf50099b4f249f SHA256 d4dcdfdcbaf57ffb435b71a5a67b91d18bcf57e8e965c1324cc267012e2ea5c4
DIST gptfdisk-0.8.0.tar.gz 154431 RMD160 66e503c3e3fc1579a0cd85d4c1b4d6399d2bc523 SHA1 cdd1af0e5968be881eac555405ddb720ed712fda SHA256 613c4b5e3d776a2bb723ee1d071ff9121d0f5a6df0f2f760a4536ecd30add824
25 changes: 25 additions & 0 deletions sys-apps/gptfdisk/gptfdisk-0.8.0.ebuild
@@ -0,0 +1,25 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="2"

DESCRIPTION="GPT fdisk is a text-mode partitioning tool that works on GUID Partition Table (GPT) disks"
HOMEPAGE="http://www.rodsbooks.com/gdisk/"
SRC_URI="mirror://sourceforge/gptfdisk/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~sparc"

DEPEND=">=dev-libs/icu-4.6"
RDEPEND="${DEPEND}"
RESTRICT="mirror"

src_install() {
into /
for x in gdisk sgdisk fixparts; do
dosbin "${x}" || die
doman "${x}.8" || die
done
dodoc README NEWS
}

0 comments on commit ee2a742

Please sign in to comment.