summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-06 16:16:45 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-06 16:16:45 +0000
commitecee9f283d265ec9206ff8f4ea927d71fe7ab960 (patch)
tree66b88b21f3cd846a53417bc613c7f821952c9c14 /net-libs
parentarm/s390/sh stable (diff)
downloadgentoo-2-ecee9f283d265ec9206ff8f4ea927d71fe7ab960.tar.gz
gentoo-2-ecee9f283d265ec9206ff8f4ea927d71fe7ab960.tar.bz2
gentoo-2-ecee9f283d265ec9206ff8f4ea927d71fe7ab960.zip
arm/s390/sh stable
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/liblockfile/liblockfile-1.06-r1.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/net-libs/liblockfile/liblockfile-1.06-r1.ebuild b/net-libs/liblockfile/liblockfile-1.06-r1.ebuild
index 9337bbebb9e4..d1559dce8922 100644
--- a/net-libs/liblockfile/liblockfile-1.06-r1.ebuild
+++ b/net-libs/liblockfile/liblockfile-1.06-r1.ebuild
@@ -1,18 +1,16 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r1.ebuild,v 1.10 2006/07/22 23:28:32 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r1.ebuild,v 1.11 2006/08/06 16:16:45 vapier Exp $
inherit eutils multilib flag-o-matic autotools
-DESCRIPTION="Implements functions designed to lock the standard mailboxes."
+DESCRIPTION="Implements functions designed to lock the standard mailboxes"
+HOMEPAGE="http://www.debian.org/"
SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz"
-HOMEPAGE="http://www.debian.org"
-DEPEND="virtual/libc"
-
-SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
src_unpack() {
@@ -35,5 +33,5 @@ src_compile() {
src_install() {
dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3}
- make ROOT=${D} install || die
+ make ROOT="${D}" install || die
}