diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-08 08:49:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-08 08:49:36 +0000 |
commit | 0331ea3992953d89893b51f8b1a0e7b5a75dd3b4 (patch) | |
tree | 5d8dd19b7f375617b8e0dba3f4f223d287a94569 /sys-libs | |
parent | LICENSE fix (Manifest recommit) (diff) | |
download | gentoo-2-0331ea3992953d89893b51f8b1a0e7b5a75dd3b4.tar.gz gentoo-2-0331ea3992953d89893b51f8b1a0e7b5a75dd3b4.tar.bz2 gentoo-2-0331ea3992953d89893b51f8b1a0e7b5a75dd3b4.zip |
LICENSE fix
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libstatgrab/libstatgrab-0.10.2.ebuild | 7 | ||||
-rw-r--r-- | sys-libs/libstatgrab/libstatgrab-0.10.3.ebuild | 7 | ||||
-rw-r--r-- | sys-libs/libstatgrab/libstatgrab-0.10.ebuild | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-libs/libstatgrab/libstatgrab-0.10.2.ebuild b/sys-libs/libstatgrab/libstatgrab-0.10.2.ebuild index 595525b154dd..4fd20462b2e5 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.10.2.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.10.2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.10.2.ebuild,v 1.3 2004/10/04 21:26:03 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.10.2.ebuild,v 1.4 2004/11/08 08:44:55 mr_bones_ Exp $ DESCRIPTION="Provides cross platform access to statistics about the system on which it's run." -SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" HOMEPAGE="http://www.i-scream.org/libstatgrab/" +SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" + +LICENSE="|| ( GPL-2 LGPL-2.1 )" SLOT=0 -LICENSE="GPL-2 | LGPL-2.1" KEYWORDS="x86 ppc" IUSE="" RDEPEND=">=sys-libs/ncurses-5.4-r1 diff --git a/sys-libs/libstatgrab/libstatgrab-0.10.3.ebuild b/sys-libs/libstatgrab/libstatgrab-0.10.3.ebuild index a8c06d84407c..8ba25196d924 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.10.3.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.10.3.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.10.3.ebuild,v 1.2 2004/10/04 21:26:03 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.10.3.ebuild,v 1.3 2004/11/08 08:44:55 mr_bones_ Exp $ DESCRIPTION="Provides cross platform access to statistics about the system on which it's run." -SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" HOMEPAGE="http://www.i-scream.org/libstatgrab/" +SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" + +LICENSE="|| ( GPL-2 LGPL-2.1 )" SLOT=0 -LICENSE="GPL-2 | LGPL-2.1" KEYWORDS="~x86 ppc" IUSE="" RDEPEND=">=sys-libs/ncurses-5.4-r1 diff --git a/sys-libs/libstatgrab/libstatgrab-0.10.ebuild b/sys-libs/libstatgrab/libstatgrab-0.10.ebuild index 4effef4fbc49..a1d7f2e95ed1 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.10.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.10.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.10.ebuild,v 1.7 2004/09/03 18:24:07 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstatgrab/libstatgrab-0.10.ebuild,v 1.8 2004/11/08 08:44:55 mr_bones_ Exp $ DESCRIPTION="Provides cross platform access to statistics about the system on which it's run." -SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" HOMEPAGE="http://www.i-scream.org/libstatgrab/" +SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/${P}.tar.gz" + +LICENSE="|| ( GPL-2 LGPL-2.1 )" SLOT=0 -LICENSE="GPL-2 | LGPL-2.1" KEYWORDS="x86 ppc" IUSE="" RDEPEND=">=sys-libs/ncurses-5.4-r1 |