diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 10:53:21 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 10:53:21 +0000 |
commit | 212b0742f9021c271bee28610471957f783413d1 (patch) | |
tree | 83d0da46da2d6477c810a63b6eb8535129dea77c /x11-libs/libPropList | |
parent | new version, removed old one (diff) | |
download | historical-212b0742f9021c271bee28610471957f783413d1.tar.gz historical-212b0742f9021c271bee28610471957f783413d1.tar.bz2 historical-212b0742f9021c271bee28610471957f783413d1.zip |
Added LICENSE, KEYWORDS and SLOT tags
Diffstat (limited to 'x11-libs/libPropList')
-rw-r--r-- | x11-libs/libPropList/libPropList-0.10.1-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild index 8e77e810ad7f..ee5e9fea84fb 100644 --- a/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild +++ b/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild,v 1.2 2002/04/28 04:29:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild,v 1.3 2002/07/09 10:53:20 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="libPropList" SRC_URI="ftp://ftp.windowmaker.org/pub/release/srcs/current/${P}.tar.gz" HOMEPAGE="http://www.windowmaker.org/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" DEPEND="virtual/glibc" |