diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 914ff821d2c9171d59d78c830c93b4b465321ff8 (patch) | |
tree | 267b40e68e7cb52dc549ccb98698daa3b5271ad4 /dev-libs/publib | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.gz gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.bz2 gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.zip |
repoman'd
Diffstat (limited to 'dev-libs/publib')
-rw-r--r-- | dev-libs/publib/publib-0.31.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/publib/publib-0.31.ebuild b/dev-libs/publib/publib-0.31.ebuild index 4b3a4cefeafd..b0916f5e0cc4 100644 --- a/dev-libs/publib/publib-0.31.ebuild +++ b/dev-libs/publib/publib-0.31.ebuild @@ -1,11 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/publib-0.31.ebuild,v 1.1 2002/02/27 02:56:13 chouser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/publib-0.31.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="C library of misc utility functions (parsing, data structs, etc.)" SRC_URI="http://liw.iki.fi/liw/programs/debian/publib_${PV}.tar.gz" HOMEPAGE="http://liw.iki.fi/liw/programs/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { |