diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-10-13 02:47:20 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-10-13 02:47:20 +0000 |
commit | 88bb779f8070faa96de6408d57200f7234421fca (patch) | |
tree | 499398c2ff8da249dadf4821229d33da509bea64 /sys-apps/parted | |
parent | unmask lilo-22.3.3 (diff) | |
download | historical-88bb779f8070faa96de6408d57200f7234421fca.tar.gz historical-88bb779f8070faa96de6408d57200f7234421fca.tar.bz2 historical-88bb779f8070faa96de6408d57200f7234421fca.zip |
clean out old junk
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/files/digest-parted-1.4.24-r3 | 1 | ||||
-rw-r--r-- | sys-apps/parted/files/digest-parted-1.6.1 | 1 | ||||
-rw-r--r-- | sys-apps/parted/files/parted-1.6.0-destdir.patch | 12 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.4.24-r3.ebuild | 55 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.1.ebuild | 46 |
5 files changed, 0 insertions, 115 deletions
diff --git a/sys-apps/parted/files/digest-parted-1.4.24-r3 b/sys-apps/parted/files/digest-parted-1.4.24-r3 deleted file mode 100644 index fe4a7ebada6c..000000000000 --- a/sys-apps/parted/files/digest-parted-1.4.24-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 1a0667bb4f0f167bcfd46bb1b72b8bee parted-1.4.24.tar.gz 872914 diff --git a/sys-apps/parted/files/digest-parted-1.6.1 b/sys-apps/parted/files/digest-parted-1.6.1 deleted file mode 100644 index 42b141555902..000000000000 --- a/sys-apps/parted/files/digest-parted-1.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3f02f530605a17a23f55d10d458dd080 parted-1.6.1.tar.gz 1088871 diff --git a/sys-apps/parted/files/parted-1.6.0-destdir.patch b/sys-apps/parted/files/parted-1.6.0-destdir.patch deleted file mode 100644 index 1da493d92b70..000000000000 --- a/sys-apps/parted/files/parted-1.6.0-destdir.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur parted-1.6.0.orig/doc/Makefile.in parted-1.6.0/doc/Makefile.in ---- parted-1.6.0.orig/doc/Makefile.in Tue Apr 30 07:29:36 2002 -+++ parted-1.6.0/doc/Makefile.in Sat May 11 12:16:44 2002 -@@ -414,7 +414,7 @@ - - - install-data-local: -- $(INSTALL) -D $(srcdir)/pt_BR-parted.8 $(mandir)/pt_BR/man8/parted.8 -+ $(INSTALL) -D $(srcdir)/pt_BR-parted.8 $(DESTDIR)$(mandir)/pt_BR/man8/parted.8 - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/sys-apps/parted/parted-1.4.24-r3.ebuild b/sys-apps/parted/parted-1.4.24-r3.ebuild deleted file mode 100644 index 2cbbab37b0b1..000000000000 --- a/sys-apps/parted/parted-1.4.24-r3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.4.24-r3.ebuild,v 1.6 2002/10/05 05:39:25 drobbins Exp $ - -IUSE="readline bootcd nls" - -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 - readline? ( >=sys-libs/readline-4.1-r4 )" - -RDEPEND="nls? ( sys-devel/gettext )" - - -src_compile() { - local myconf - - use readline \ - && myconf="${myconf} --with-readline" \ - || myconf="${myconf} --without-readline" - - use nls \ - && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - ./configure --prefix=/usr \ - --target=${CHOST} \ - --mandir=/usr/share/man \ - ${myconf} || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - if [ -z "`use bootcd`" ] - then - dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \ - README THANKS TODO - cd doc ; docinto doc - dodoc API COPYING.DOC FAQ FAT USER USER.jp - else - rm -rf ${D}/usr/share ${D}/usr/include ${D}/usr/lib/lib*.{a,la} - fi -} diff --git a/sys-apps/parted/parted-1.6.1.ebuild b/sys-apps/parted/parted-1.6.1.ebuild deleted file mode 100644 index 00413c009768..000000000000 --- a/sys-apps/parted/parted-1.6.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2002 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.1.ebuild,v 1.6 2002/10/05 05:39:25 drobbins Exp $ - -IUSE="readline static nls" - -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 sparc64" -DEPEND="virtual/glibc - >=sys-apps/e2fsprogs-1.27 - >=sys-libs/ncurses-5.2 - readline? ( >=sys-libs/readline-4.1-r4 ) - nls? ( sys-devel/gettext )" -# masked out for now. any objections to enabling this per default? -# //woodchip -#RDEPEND="${DEPEND} =dev-libs/progsreiserfs-0.3.0*" -LICENSE="GPL-2" -SLOT="0" - -src_unpack() { - unpack ${A} - cd ${S} - #fix a manpage glitch - patch -p1 <${FILESDIR}/${PN}-1.6.0-destdir.patch || die -} - -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 -} |