summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/parted/ChangeLog8
-rw-r--r--sys-apps/parted/files/digest-parted-1.6.31
-rw-r--r--sys-apps/parted/parted-1.6.3.ebuild37
-rw-r--r--sys-apps/parted/parted-1.6.5.ebuild19
4 files changed, 18 insertions, 47 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog
index 3c21907816fb..35355a325c47 100644
--- a/sys-apps/parted/ChangeLog
+++ b/sys-apps/parted/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/parted
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.13 2003/03/25 14:00:54 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.14 2003/03/26 02:44:23 seemant Exp $
+
+*parted-1.6.3 (25 Mar 2003)
+
+ 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> parted-1.6.3.ebuild,
+ parted-1.6.3.ebuild, parted-1.6.5.ebuild:
+ moved to stable
*parted-1.6.5 (24 Feb 2003)
diff --git a/sys-apps/parted/files/digest-parted-1.6.3 b/sys-apps/parted/files/digest-parted-1.6.3
deleted file mode 100644
index b0f2f1273684..000000000000
--- a/sys-apps/parted/files/digest-parted-1.6.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6c2ed5bc8c8cde7580483a6dc0af78bb parted-1.6.3.tar.gz 1156134
diff --git a/sys-apps/parted/parted-1.6.3.ebuild b/sys-apps/parted/parted-1.6.3.ebuild
deleted file mode 100644
index e5533f0f3ff8..000000000000
--- a/sys-apps/parted/parted-1.6.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.3.ebuild,v 1.5 2003/02/13 16:08:47 vapier Exp $
-
-IUSE="nls static readline"
-
-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 ppc sparc "
-DEPEND="virtual/glibc
- >=sys-apps/e2fsprogs-1.27
- >=sys-libs/ncurses-5.2
- nls? ( sys-devel/gettext )
- readline? ( >=sys-libs/readline-4.1-r4 )"
-RDEPEND="${DEPEND} =dev-libs/progsreiserfs-0.3.0*"
-LICENSE="GPL-2"
-SLOT="0"
-
-src_compile() {
- local myconf
- use nls || myconf="${myconf} --disable-nls"
- use readline || myconf="${myconf} --without-readline"
- [ -z "${DEBUGBUILD}" ] && myconf="${myconf} --disable-debug"
- use static && myconf="${myconf} --enable-all-static"
- econf --target=${CHOST} ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog \
- INSTALL NEWS README THANKS TODO
- docinto doc; cd doc
- dodoc API COPYING.DOC FAQ FAT USER USER.jp
-}
diff --git a/sys-apps/parted/parted-1.6.5.ebuild b/sys-apps/parted/parted-1.6.5.ebuild
index a23291f6025f..5b4fb0e4e810 100644
--- a/sys-apps/parted/parted-1.6.5.ebuild
+++ b/sys-apps/parted/parted-1.6.5.ebuild
@@ -1,22 +1,25 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.5.ebuild,v 1.2 2003/03/25 14:00:54 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.5.ebuild,v 1.3 2003/03/26 02:44:23 seemant Exp $
IUSE="nls static readline"
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 ~ppc ~sparc ~hppa"
-DEPEND="virtual/glibc
- >=sys-apps/e2fsprogs-1.27
+SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc hppa"
+
+DEPEND=">=sys-apps/e2fsprogs-1.27
>=sys-libs/ncurses-5.2
nls? ( sys-devel/gettext )
readline? ( >=sys-libs/readline-4.1-r4 )"
-RDEPEND="${DEPEND} =dev-libs/progsreiserfs-0.3.0*"
-LICENSE="GPL-2"
-SLOT="0"
+
+RDEPEND="${DEPEND}
+ =dev-libs/progsreiserfs-0.3.0*"
src_compile() {
local myconf