diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | e6e3bbbb4101f4a108960885449dbbb605de0a79 (patch) | |
tree | d94e3ab1b004e425963ea5bc41e91200b7cbf3b5 /sys-apps/parted | |
parent | Version Bump (diff) | |
download | historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.tar.gz historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.tar.bz2 historical-e6e3bbbb4101f4a108960885449dbbb605de0a79.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.4.24-r2.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.4.24-r3.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.1.ebuild | 3 |
4 files changed, 20 insertions, 4 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index c6f5cb783848..63c58dd29a33 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/parted # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.5 2002/06/09 03:08:22 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.6 2002/07/14 19:20:18 aliz Exp $ *parted-1.6.1 (8 Jun 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.6.1.ebuild : + Added KEYWORDS. + 8 Jun 2002; Donny Davies <woodchip@gentoo.org> : New 1.6 release + small install patch. This one can use dev-libs/progsreiserfs @@ -12,6 +15,9 @@ *parted-1.4.24-r3 (16 Apr 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.4.24-r3.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 16 Apr 2002; Seemant Kulleen <seemant@gentoo.org> parted-1.4.24-r3.ebuild : Closes bug #1690 and related bugs. Thanks to everyone for the patches and @@ -19,6 +25,9 @@ *parted-1.4.24-r2 (29 Mar 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> parted-1.4.24-r2.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 29 Mar 2002; Seemant Kulleen <seemant@gentoo.org> parted-1.4.24-r2.ebuild : Matthew Kennedy submitted some fixes for USE flag based compilation -- to diff --git a/sys-apps/parted/parted-1.4.24-r2.ebuild b/sys-apps/parted/parted-1.4.24-r2.ebuild index 6da7367af753..504bba73ddd1 100644 --- a/sys-apps/parted/parted-1.4.24-r2.ebuild +++ b/sys-apps/parted/parted-1.4.24-r2.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r2.ebuild,v 1.2 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r2.ebuild,v 1.3 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced partition modification system" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz ftp://gatekeeper.dec.com/pub/GNU/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/${PN}" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-apps/e2fsprogs-1.27 diff --git a/sys-apps/parted/parted-1.4.24-r3.ebuild b/sys-apps/parted/parted-1.4.24-r3.ebuild index 5e9973154b89..a4c06ea1c9cb 100644 --- a/sys-apps/parted/parted-1.4.24-r3.ebuild +++ b/sys-apps/parted/parted-1.4.24-r3.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r3.ebuild,v 1.3 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r3.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced partition modification system" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz ftp://gatekeeper.dec.com/pub/GNU/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/parted" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND=">=sys-apps/e2fsprogs-1.27 >=sys-libs/ncurses-5.2-r5 diff --git a/sys-apps/parted/parted-1.6.1.ebuild b/sys-apps/parted/parted-1.6.1.ebuild index 181cfe8eb3bf..3c12f3b962f6 100644 --- a/sys-apps/parted/parted-1.6.1.ebuild +++ b/sys-apps/parted/parted-1.6.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.1.ebuild,v 1.1 2002/06/09 03:08:22 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.1.ebuild,v 1.2 2002/07/14 19:20:18 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/parted" +KEYWORDS="x86" DEPEND="virtual/glibc >=sys-apps/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 |