summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-12-14 11:33:57 +0000
committerUlrich Müller <ulm@gentoo.org>2012-12-14 11:33:57 +0000
commit9f69824e29b3f2132da1a3d5df00d92e20f44562 (patch)
tree3dbf434aa8970e1fb25f7ab72bac5334ca6ddb1f /dev-perl/IPC-Run3
parentFix LICENSE, same terms as Perl itself according to README file, bug 445262. (diff)
downloadgentoo-2-9f69824e29b3f2132da1a3d5df00d92e20f44562.tar.gz
gentoo-2-9f69824e29b3f2132da1a3d5df00d92e20f44562.tar.bz2
gentoo-2-9f69824e29b3f2132da1a3d5df00d92e20f44562.zip
Fix LICENSE, see LICENSE file, bug 445264.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-perl/IPC-Run3')
-rw-r--r--dev-perl/IPC-Run3/ChangeLog5
-rw-r--r--dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog
index 0763bd7f0d1f..41118134806d 100644
--- a/dev-perl/IPC-Run3/ChangeLog
+++ b/dev-perl/IPC-Run3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/IPC-Run3
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.62 2012/09/02 16:10:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.63 2012/12/14 11:33:57 ulm Exp $
+
+ 14 Dec 2012; Ulrich Müller <ulm@gentoo.org> IPC-Run3-0.45.0.ebuild:
+ Fix LICENSE, see LICENSE file, bug 445264.
02 Sep 2012; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.043.ebuild,
-IPC-Run3-0.44.0.ebuild:
diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild
index 1a51a409bad6..59e6c5cb112f 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild,v 1.10 2012/08/27 17:21:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild,v 1.11 2012/12/14 11:33:57 ulm Exp $
EAPI=4
@@ -10,8 +10,8 @@ inherit perl-module
DESCRIPTION="Run a subprocess in batch mode (a la system)"
+LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
SLOT="0"
-LICENSE="as-is"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
IUSE="test"