diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-17 06:39:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-17 06:39:41 +0000 |
commit | d32553ab4fdb0834979b7e59a5bf1cccd1e20830 (patch) | |
tree | ff67c86ef08871b3dcd5bab07ccaf2710b2abb68 /dev-util/pmk | |
parent | add app-arch/unzip to DEPEND to fix bug #48009 (Manifest recommit) (diff) | |
download | gentoo-2-d32553ab4fdb0834979b7e59a5bf1cccd1e20830.tar.gz gentoo-2-d32553ab4fdb0834979b7e59a5bf1cccd1e20830.tar.bz2 gentoo-2-d32553ab4fdb0834979b7e59a5bf1cccd1e20830.zip |
correct license (bug #48027)
Diffstat (limited to 'dev-util/pmk')
-rw-r--r-- | dev-util/pmk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pmk/pmk-0.8.1.ebuild | 11 | ||||
-rw-r--r-- | dev-util/pmk/pmk-0.8.ebuild | 9 |
3 files changed, 16 insertions, 10 deletions
diff --git a/dev-util/pmk/ChangeLog b/dev-util/pmk/ChangeLog index 5f95165b2fd0..11a383d4bc81 100644 --- a/dev-util/pmk/ChangeLog +++ b/dev-util/pmk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pmk # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/ChangeLog,v 1.2 2004/03/16 15:29:52 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/ChangeLog,v 1.3 2004/04/17 06:39:41 mr_bones_ Exp $ + + 16 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> pmk-0.8.1.ebuild, + pmk-0.8.ebuild: + correct license (bug #48027) *pmk-0.8.1 (16 Mar 2004) diff --git a/dev-util/pmk/pmk-0.8.1.ebuild b/dev-util/pmk/pmk-0.8.1.ebuild index dab5aab825ad..165cd9a4c0b4 100644 --- a/dev-util/pmk/pmk-0.8.1.ebuild +++ b/dev-util/pmk/pmk-0.8.1.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.8.1.ebuild,v 1.1 2004/03/16 15:29:52 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.8.1.ebuild,v 1.2 2004/04/17 06:39:41 mr_bones_ Exp $ DESCRIPTION="Aims to be an alternative to GNU autoconf" -SRC_URI="mirror://sourceforge/pmk/${P}.tar.gz" HOMEPAGE="http://pmk.sourceforge.net/" -LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/pmk/${P}.tar.gz" -DEPEND="virtual/glibc" -IUSE="" +LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="virtual/glibc" src_compile() { ./pmkcfg.sh -p /usr diff --git a/dev-util/pmk/pmk-0.8.ebuild b/dev-util/pmk/pmk-0.8.ebuild index e4ef18ee7442..049c0fc5aa31 100644 --- a/dev-util/pmk/pmk-0.8.ebuild +++ b/dev-util/pmk/pmk-0.8.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.8.ebuild,v 1.1 2004/03/15 17:13:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.8.ebuild,v 1.2 2004/04/17 06:39:41 mr_bones_ Exp $ DESCRIPTION="Aims to be an alternative to GNU autoconf" SRC_URI="mirror://sourceforge/pmk/${P}.tar.gz" HOMEPAGE="http://pmk.sourceforge.net/" -LICENSE="GPL-2" -DEPEND="virtual/glibc" +LICENSE="BSD" IUSE="" -SLOT="0" KEYWORDS="~x86 ~ppc" +SLOT="0" + +DEPEND="virtual/glibc" src_compile() { ./pmkcfg.sh -p /usr |