diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:58:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:58:53 +0000 |
commit | 3f8d83c8c98703b0ba25e7ffc026a5dd7e3839ef (patch) | |
tree | 09d5c2810ed54da1ca342c55509109437c29c942 /net-libs/liblockfile | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-3f8d83c8c98703b0ba25e7ffc026a5dd7e3839ef.tar.gz gentoo-2-3f8d83c8c98703b0ba25e7ffc026a5dd7e3839ef.tar.bz2 gentoo-2-3f8d83c8c98703b0ba25e7ffc026a5dd7e3839ef.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.03-r1.ebuild | 5 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.03.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-libs/liblockfile/liblockfile-1.03-r1.ebuild b/net-libs/liblockfile/liblockfile-1.03-r1.ebuild index 97f5c97004a1..bfe10e5930f8 100644 --- a/net-libs/liblockfile/liblockfile-1.03-r1.ebuild +++ b/net-libs/liblockfile/liblockfile-1.03-r1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03-r1.ebuild,v 1.10 2004/07/01 22:25:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03-r1.ebuild,v 1.11 2004/07/15 00:55:12 agriffis Exp $ IUSE= inherit eutils gcc -S="${WORKDIR}/${P}" DESCRIPTION="Implements functions designed to lock the standard mailboxes." SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://www.debian.org" @@ -16,6 +15,7 @@ DEPEND="virtual/libc" SLOT="0" LICENSE="LGPL-2" KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64 ~mips" +IUSE="" src_unpack() { unpack ${A} @@ -38,4 +38,3 @@ src_install() { dodir /usr/{bin,include,lib} /usr/share/man/{man1,man3} make ROOT=${D} install || die } - diff --git a/net-libs/liblockfile/liblockfile-1.03.ebuild b/net-libs/liblockfile/liblockfile-1.03.ebuild index b6bfb9c5888f..7a3ddf3f69f4 100644 --- a/net-libs/liblockfile/liblockfile-1.03.ebuild +++ b/net-libs/liblockfile/liblockfile-1.03.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.17 2004/07/01 22:25:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.18 2004/07/15 00:55:12 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Implements functions designed to lock the standard mailboxes." SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://www.debian.org" @@ -12,6 +11,7 @@ DEPEND="virtual/libc" SLOT="0" LICENSE="LGPL-2" KEYWORDS="x86 ppc sparc alpha" +IUSE="" src_compile() { @@ -24,4 +24,3 @@ src_install() { dodir /usr/{bin,include,lib} /usr/share/man/{man1,man3} make ROOT=${D} install || die } - |