summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-31 13:16:20 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-31 13:16:20 +0000
commitfd1964cab1991b461849b183d296a2b14db02ce0 (patch)
treeb1ba0c530f1825a6058c77a79d3e44a517b4980e /dev-libs/libexplain
parentInitial commit. Ebuild based on the one by Wang Jiajun in gentoo-zh overlay. (diff)
downloadgentoo-2-fd1964cab1991b461849b183d296a2b14db02ce0.tar.gz
gentoo-2-fd1964cab1991b461849b183d296a2b14db02ce0.tar.bz2
gentoo-2-fd1964cab1991b461849b183d296a2b14db02ce0.zip
dev-libs/libexplain: Fix license; move dependencies around, thanks ssuominen catching the problem
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'dev-libs/libexplain')
-rw-r--r--dev-libs/libexplain/ChangeLog6
-rw-r--r--dev-libs/libexplain/libexplain-0.52.ebuild15
-rw-r--r--dev-libs/libexplain/libexplain-1.0.ebuild15
-rw-r--r--dev-libs/libexplain/libexplain-1.1.ebuild11
4 files changed, 27 insertions, 20 deletions
diff --git a/dev-libs/libexplain/ChangeLog b/dev-libs/libexplain/ChangeLog
index 31930677c3bb..f1d17b0078c6 100644
--- a/dev-libs/libexplain/ChangeLog
+++ b/dev-libs/libexplain/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libexplain
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.22 2013/01/31 12:57:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.23 2013/01/31 13:16:20 jlec Exp $
+
+ 31 Jan 2013; Justin Lecher <jlec@gentoo.org> libexplain-0.52.ebuild,
+ libexplain-1.0.ebuild, libexplain-1.1.ebuild:
+ Fix license; move dependencies around, thanks ssuominen catching the problem
*libexplain-1.1 (31 Jan 2013)
diff --git a/dev-libs/libexplain/libexplain-0.52.ebuild b/dev-libs/libexplain/libexplain-0.52.ebuild
index 75e0a1618964..905bcbb6101b 100644
--- a/dev-libs/libexplain/libexplain-0.52.ebuild
+++ b/dev-libs/libexplain/libexplain-0.52.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.52.ebuild,v 1.1 2012/03/04 22:14:18 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.52.ebuild,v 1.2 2013/01/31 13:16:20 jlec Exp $
EAPI=4
AUTOTOOLS_AUTORECONF=yes
@@ -16,14 +16,15 @@ SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
+LICENSE="GPL-3 LGPL-3"
IUSE="static-libs"
-DEPEND="
- >=sys-kernel/linux-headers-2.6.35
+RDEPEND="
sys-libs/libcap
- >=sys-libs/glibc-2.11"
-RDEPEND="${DEPEND}"
+ >=sys-libs/glibc-2.11
+ sys-process/lsof"
+DEPEND="${RDEPEND}
+ >=sys-kernel/linux-headers-2.6.35"
S=${WORKDIR}/${MY_P}
diff --git a/dev-libs/libexplain/libexplain-1.0.ebuild b/dev-libs/libexplain/libexplain-1.0.ebuild
index b098ba0ace2c..16de8442d49d 100644
--- a/dev-libs/libexplain/libexplain-1.0.ebuild
+++ b/dev-libs/libexplain/libexplain-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.0.ebuild,v 1.1 2012/05/30 07:06:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.0.ebuild,v 1.2 2013/01/31 13:16:20 jlec Exp $
EAPI=4
AUTOTOOLS_AUTORECONF=yes
@@ -16,14 +16,15 @@ SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
+LICENSE="GPL-3 LGPL-3"
IUSE="static-libs"
-DEPEND="
- >=sys-kernel/linux-headers-2.6.35
+RDEPEND="
sys-libs/libcap
- >=sys-libs/glibc-2.11"
-RDEPEND="${DEPEND}"
+ >=sys-libs/glibc-2.11
+ sys-process/lsof"
+DEPEND="${RDEPEND}
+ >=sys-kernel/linux-headers-2.6.35"
S=${WORKDIR}/${MY_P}
diff --git a/dev-libs/libexplain/libexplain-1.1.ebuild b/dev-libs/libexplain/libexplain-1.1.ebuild
index 87591af79a62..48df500e36d7 100644
--- a/dev-libs/libexplain/libexplain-1.1.ebuild
+++ b/dev-libs/libexplain/libexplain-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.1.ebuild,v 1.1 2013/01/31 12:57:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.1.ebuild,v 1.2 2013/01/31 13:16:20 jlec Exp $
EAPI=5
@@ -17,14 +17,15 @@ SRC_URI="http://libexplain.sourceforge.net/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
+LICENSE="GPL-3 LGPL-3"
IUSE="static-libs"
RDEPEND="
- >=sys-kernel/linux-headers-2.6.35
sys-libs/libcap
- >=sys-libs/glibc-2.11"
-DEPEND="${DEPEND}
+ >=sys-libs/glibc-2.11
+ sys-process/lsof"
+DEPEND="${RDEPEND}
+ >=sys-kernel/linux-headers-2.6.35
app-text/ghostscript-gpl"
S=${WORKDIR}/${MY_P}