diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-11 11:17:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-11 11:17:43 +0000 |
commit | 48b533950447a37b3d0454cd84a6f3eb45897e5d (patch) | |
tree | 2175cc7a823cb53c27fe6fc378f22b4d0120073e /virtual/pmake | |
parent | Automated update of use.local.desc (diff) | |
download | historical-48b533950447a37b3d0454cd84a6f3eb45897e5d.tar.gz historical-48b533950447a37b3d0454cd84a6f3eb45897e5d.tar.bz2 historical-48b533950447a37b3d0454cd84a6f3eb45897e5d.zip |
Set empty HOMEPAGE and LICENSE.
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'virtual/pmake')
-rw-r--r-- | virtual/pmake/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/pmake/pmake-0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/virtual/pmake/ChangeLog b/virtual/pmake/ChangeLog index 4c7de86ae2b9..f3205b8d8f71 100644 --- a/virtual/pmake/ChangeLog +++ b/virtual/pmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/pmake -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/ChangeLog,v 1.6 2009/12/15 23:02:31 abcd Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/ChangeLog,v 1.7 2010/01/11 11:09:09 ulm Exp $ + + 11 Jan 2010; Ulrich Mueller <ulm@gentoo.org> pmake-0.ebuild: + Set empty HOMEPAGE and LICENSE. 15 Dec 2009; Jonathan Callen <abcd@gentoo.org> pmake-0.ebuild: kernel_Solaris -> kernel_SunOS diff --git a/virtual/pmake/pmake-0.ebuild b/virtual/pmake/pmake-0.ebuild index 2b3acb4e6ce7..62c8ca2feec5 100644 --- a/virtual/pmake/pmake-0.ebuild +++ b/virtual/pmake/pmake-0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/pmake-0.ebuild,v 1.7 2009/12/15 23:02:31 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/pmake-0.ebuild,v 1.8 2010/01/11 11:09:09 ulm Exp $ DESCRIPTION="Virtual for BSD-like make" -HOMEPAGE="http://www.gentoo.org/" +HOMEPAGE="" SRC_URI="" -LICENSE="BSD" +LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ~mips ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" |