diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-23 21:49:08 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-23 21:49:08 +0000 |
commit | 79397cf8d7f91b3593549e1e6f2947914adc579d (patch) | |
tree | 876b8560d60c0290efb10ec2dc600cfc647148a8 /sys-apps | |
parent | oops. (diff) | |
download | gentoo-2-79397cf8d7f91b3593549e1e6f2947914adc579d.tar.gz gentoo-2-79397cf8d7f91b3593549e1e6f2947914adc579d.tar.bz2 gentoo-2-79397cf8d7f91b3593549e1e6f2947914adc579d.zip |
this is me cleaning upx
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/lwp/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/lwp/files/digest-lwp-1.9 | 1 | ||||
-rw-r--r-- | sys-apps/lwp/lwp-1.9.ebuild | 42 |
3 files changed, 0 insertions, 51 deletions
diff --git a/sys-apps/lwp/ChangeLog b/sys-apps/lwp/ChangeLog deleted file mode 100644 index 4a905ae8bb8e..000000000000 --- a/sys-apps/lwp/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for sys-libs/lwp -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lwp/ChangeLog,v 1.1 2002/07/23 21:43:52 lostlogic Exp $ - -*lwp-1.9 (30 Jun 2002) - - 30 Jun 2002; Greg Briggs <gb006k@mail.rochester.edu> lwp-1.9.ebuild: Created - ebuild for this package. diff --git a/sys-apps/lwp/files/digest-lwp-1.9 b/sys-apps/lwp/files/digest-lwp-1.9 deleted file mode 100644 index 682bbb144978..000000000000 --- a/sys-apps/lwp/files/digest-lwp-1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 741992fd4dfa87bfbc47237dd1a57762 lwp-1.9.tar.gz 246491 diff --git a/sys-apps/lwp/lwp-1.9.ebuild b/sys-apps/lwp/lwp-1.9.ebuild deleted file mode 100644 index f63e803b3c62..000000000000 --- a/sys-apps/lwp/lwp-1.9.ebuild +++ /dev/null @@ -1,42 +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/lwp/lwp-1.9.ebuild,v 1.1 2002/07/23 21:43:52 lostlogic Exp $ - -DESCRIPTION="Light weight process library (used by Coda). This is NOT libwww-perl." - -# Appearantly maintained by the Coda people -HOMEPAGE="http://www.coda.cs.cmu.edu" - -#actually "GNU Library General Public Licence Version 2" -LICENSE="LGPL-2.1" - -# Nothing listed in the docs for dependencies that I noticed -DEPEND="virtual/glibc" -RDEPEND=${DEPEND} - -SLOT="1" -KEYWORDS="x86" - -SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.gz" - -S=${WORKDIR}/${P} - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die -} - -src_install () { - # does not seems to consistently use DESTDIR where it needs to, but I could be wrong too - # make DESTDIR=${D} install || die - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - oldincludedir=${D}/usr/include \ - install || die -} |