diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-19 12:59:58 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-19 12:59:58 +0000 |
commit | 4da39cfe8d48564e59bce2f0a3ccedf191ed1c73 (patch) | |
tree | 68739d3abc0780f6c53c7820e968c616526cee41 | |
parent | Added KEYWORDS, removed stale beta ebuilds. (diff) | |
download | gentoo-2-4da39cfe8d48564e59bce2f0a3ccedf191ed1c73.tar.gz gentoo-2-4da39cfe8d48564e59bce2f0a3ccedf191ed1c73.tar.bz2 gentoo-2-4da39cfe8d48564e59bce2f0a3ccedf191ed1c73.zip |
Added LICENSE, SLOT and KEYWORDS
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9-r1.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9-r2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild index 472f9becbfc8..f004f3ac5a36 100644 --- a/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild,v 1.3 2002/07/11 06:30:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild,v 1.4 2002/07/19 12:59:58 stroke Exp $ S=${WORKDIR}/${P} DESCRIPTION="libghttp" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" +LICENSE="LGPL-2.1" +KEYWORDS="x86" +SLOT="0" DEPEND="virtual/glibc" diff --git a/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild index 950c9e537222..7838bd1b4ab7 100644 --- a/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9-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 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild,v 1.3 2002/07/11 06:30:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild,v 1.4 2002/07/19 12:59:58 stroke Exp $ inherit libtool S=${WORKDIR}/${P} DESCRIPTION="libghttp" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="x86" HOMEPAGE="http://www.gnome.org/" |