summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-02-22 12:14:03 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2012-02-22 12:14:03 +0000
commit40cfec59ba847b094ea2e8c3ccdf2a1fb573c3fd (patch)
treee5f80937559bb5534bb368f6bf0c68c27c908e69 /dev-util
parentRestricting pypy (diff)
downloadgentoo-2-40cfec59ba847b094ea2e8c3ccdf2a1fb573c3fd.tar.gz
gentoo-2-40cfec59ba847b094ea2e8c3ccdf2a1fb573c3fd.tar.bz2
gentoo-2-40cfec59ba847b094ea2e8c3ccdf2a1fb573c3fd.zip
Changed LICENSE from GPL-2 to BSD. Fixes bug 398565. Remove old.
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/premake/ChangeLog8
-rw-r--r--dev-util/premake/premake-3.5.ebuild21
-rw-r--r--dev-util/premake/premake-4.3.ebuild6
3 files changed, 9 insertions, 26 deletions
diff --git a/dev-util/premake/ChangeLog b/dev-util/premake/ChangeLog
index 614f28ed75b0..73e6409fdaa9 100644
--- a/dev-util/premake/ChangeLog
+++ b/dev-util/premake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/premake
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/premake/ChangeLog,v 1.5 2011/09/04 17:40:26 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/premake/ChangeLog,v 1.6 2012/02/22 12:14:03 titanofold Exp $
+
+ 22 Feb 2012; Aaron W. Swenson <titanofold@gentoo.org> -premake-3.5.ebuild,
+ premake-4.3.ebuild:
+ Changed LICENSE from GPL-2 to BSD. Fixes bug 398565. Remove old.
04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> premake-4.3.ebuild:
x86 stable wrt bug #380963
diff --git a/dev-util/premake/premake-3.5.ebuild b/dev-util/premake/premake-3.5.ebuild
deleted file mode 100644
index d350ca05dd9e..000000000000
--- a/dev-util/premake/premake-3.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/premake/premake-3.5.ebuild,v 1.1 2011/02/22 16:57:24 hwoarang Exp $
-
-DESCRIPTION="A makefile generation tool"
-HOMEPAGE="http://premake.berlios.de/"
-SRC_URI="mirror://sourceforge/premake/${PN}-src-${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}/${P/p/P}
-
-src_install() {
- dobin bin/premake || die
-}
diff --git a/dev-util/premake/premake-4.3.ebuild b/dev-util/premake/premake-4.3.ebuild
index f9a7f1453c00..d5d7f01ddb75 100644
--- a/dev-util/premake/premake-4.3.ebuild
+++ b/dev-util/premake/premake-4.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/premake/premake-4.3.ebuild,v 1.4 2011/09/04 17:40:26 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/premake/premake-4.3.ebuild,v 1.5 2012/02/22 12:14:03 titanofold Exp $
EAPI="4"
@@ -10,7 +10,7 @@ DESCRIPTION="A makefile generation tool"
HOMEPAGE="http://industriousone.com/premake"
SRC_URI="mirror://sourceforge/premake/${P}-src.zip"
-LICENSE="GPL-2"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""