summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2013-02-28 20:31:30 +0000
committerBrent Baude <ranger@gentoo.org>2013-02-28 20:31:30 +0000
commit3c448aaeacf5292e131e88965f98625587c5835a (patch)
tree3ac0e034026ccd0457a4cb22e881b34ddca7ca47 /sys-libs
parentDrop old version (diff)
downloadgentoo-2-3c448aaeacf5292e131e88965f98625587c5835a.tar.gz
gentoo-2-3c448aaeacf5292e131e88965f98625587c5835a.tar.bz2
gentoo-2-3c448aaeacf5292e131e88965f98625587c5835a.zip
Marking 2.1.3 ppc and ppc64/added 2.2.0
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libvpd/ChangeLog10
-rw-r--r--sys-libs/libvpd/libvpd-2.1.3.ebuild6
-rw-r--r--sys-libs/libvpd/libvpd-2.2.0.ebuild33
3 files changed, 44 insertions, 5 deletions
diff --git a/sys-libs/libvpd/ChangeLog b/sys-libs/libvpd/ChangeLog
index bffdd42cba78..33553f3159ee 100644
--- a/sys-libs/libvpd/ChangeLog
+++ b/sys-libs/libvpd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/libvpd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/ChangeLog,v 1.1 2012/04/22 13:54:45 ranger Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/ChangeLog,v 1.2 2013/02/28 20:31:30 ranger Exp $
+
+*libvpd-2.2.0 (28 Feb 2013)
+
+ 28 Feb 2013; Brent Baude <ranger@gentoo.org> libvpd-2.1.3.ebuild,
+ +libvpd-2.2.0.ebuild:
+ Marking 2.1.3 ppc and ppc64/added 2.2.0
*libvpd-2.1.3 (22 Apr 2012)
diff --git a/sys-libs/libvpd/libvpd-2.1.3.ebuild b/sys-libs/libvpd/libvpd-2.1.3.ebuild
index fd0cf49f8df8..72d18cd33d18 100644
--- a/sys-libs/libvpd/libvpd-2.1.3.ebuild
+++ b/sys-libs/libvpd/libvpd-2.1.3.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/sys-libs/libvpd/libvpd-2.1.3.ebuild,v 1.1 2012/04/22 13:54:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/libvpd-2.1.3.ebuild,v 1.2 2013/02/28 20:31:30 ranger Exp $
EAPI=4
@@ -10,7 +10,7 @@ SRC_URI="http://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${
LICENSE="IBM"
SLOT="0"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="ppc ppc64"
IUSE=""
DEPEND=">=dev-db/sqlite-3.7.8
diff --git a/sys-libs/libvpd/libvpd-2.2.0.ebuild b/sys-libs/libvpd/libvpd-2.2.0.ebuild
new file mode 100644
index 000000000000..c8ce6cac0ec1
--- /dev/null
+++ b/sys-libs/libvpd/libvpd-2.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/libvpd-2.2.0.ebuild,v 1.1 2013/02/28 20:31:30 ranger Exp $
+
+EAPI=4
+
+DESCRIPTION="Library implementation for listing vpds"
+HOMEPAGE="http://sourceforge.net/projects/linux-diag/"
+SRC_URI="http://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz"
+
+LICENSE="IBM"
+SLOT="0"
+KEYWORDS="~ppc ~ppc64"
+IUSE=""
+
+DEPEND=">=dev-db/sqlite-3.7.8
+ sys-libs/zlib"
+
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_configure() {
+ ./bootstrap.sh
+ econf || die "Unable to configure"
+}
+
+src_install(){
+ emake DESTDIR="${D}" install || die "Something went wrong"
+
+}