diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 16:55:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 16:55:00 +0000 |
commit | 52b85528ca7f8f5b6367afe009053cca12672d0f (patch) | |
tree | c593af6b59edb5deed6e44443487100602ad40aa /net-misc/pimpd | |
parent | Version bumped. (diff) | |
download | gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.tar.gz gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.tar.bz2 gentoo-2-52b85528ca7f8f5b6367afe009053cca12672d0f.zip |
License Fixes. Part 2.
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r-- | net-misc/pimpd/pimpd-0.5.ebuild | 4 | ||||
-rw-r--r-- | net-misc/pimpd/pimpd-0.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/pimpd/pimpd-0.5.ebuild b/net-misc/pimpd/pimpd-0.5.ebuild index 41944377ab9c..3374ae616b7a 100644 --- a/net-misc/pimpd/pimpd-0.5.ebuild +++ b/net-misc/pimpd/pimpd-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.9 2003/02/13 15:04:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.10 2003/02/28 16:55:00 liquidx Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -8,7 +8,7 @@ DESCRIPTION="pimpd is a (hopefully) RFC1413-compliant identd server supporting L SRC_URI="http://cats.meow.at/~peter/pimpd-0.5.tar.gz" HOMEPAGE="http://cats.meow.at/~peter/pimpd.html" KEYWORDS="x86 sparc " -LICENSE="GPL" +LICENSE="GPL-2" SLOT="0" src_compile() { diff --git a/net-misc/pimpd/pimpd-0.8.ebuild b/net-misc/pimpd/pimpd-0.8.ebuild index c0140cfef918..faa7eb0659f8 100644 --- a/net-misc/pimpd/pimpd-0.8.ebuild +++ b/net-misc/pimpd/pimpd-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.8.ebuild,v 1.8 2003/02/13 15:04:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.8.ebuild,v 1.9 2003/02/28 16:55:00 liquidx Exp $ # Updated to version 0.8 by Olivier Reisch on Fri Apr 26 11:44:26 CEST 2002 A=pimpd_0.8.tar.gz @@ -9,7 +9,7 @@ DESCRIPTION="pimpd is a (hopefully) RFC1413-compliant identd server supporting L SRC_URI="http://cats.meow.at/~peter/${A}" HOMEPAGE="http://cats.meow.at/~peter/pimpd.html" KEYWORDS="x86 sparc " -LICENSE="GPL" +LICENSE="GPL-2" SLOT="0" src_compile() { |