diff options
author | Brent Baude <ranger@gentoo.org> | 2012-04-22 13:54:45 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-04-22 13:54:45 +0000 |
commit | b1497a1f2c77be0e3d1d583df770310e94ec5ff7 (patch) | |
tree | e27ca86b52db1d0dc225d2b40eecaf9b878796d3 /sys-libs | |
parent | keyword -*-fbsd for bug #413077 (diff) | |
download | gentoo-2-b1497a1f2c77be0e3d1d583df770310e94ec5ff7.tar.gz gentoo-2-b1497a1f2c77be0e3d1d583df770310e94ec5ff7.tar.bz2 gentoo-2-b1497a1f2c77be0e3d1d583df770310e94ec5ff7.zip |
Initial version: libvpd-2.1.3 ~ppc ~ppc64
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libvpd/ChangeLog | 10 | ||||
-rw-r--r-- | sys-libs/libvpd/libvpd-2.1.3.ebuild | 33 | ||||
-rw-r--r-- | sys-libs/libvpd/metadata.xml | 12 |
3 files changed, 55 insertions, 0 deletions
diff --git a/sys-libs/libvpd/ChangeLog b/sys-libs/libvpd/ChangeLog new file mode 100644 index 000000000000..bffdd42cba78 --- /dev/null +++ b/sys-libs/libvpd/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*libvpd-2.1.3 (22 Apr 2012) + + 22 Apr 2012; Brent Baude <ranger@gentoo.org> +libvpd-2.1.3.ebuild, + +metadata.xml: + Initial version: libvpd-2.1.3 ~ppc ~ppc64 + diff --git a/sys-libs/libvpd/libvpd-2.1.3.ebuild b/sys-libs/libvpd/libvpd-2.1.3.ebuild new file mode 100644 index 000000000000..fd0cf49f8df8 --- /dev/null +++ b/sys-libs/libvpd/libvpd-2.1.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 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 $ + +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" + +} diff --git a/sys-libs/libvpd/metadata.xml b/sys-libs/libvpd/metadata.xml new file mode 100644 index 000000000000..82476178836e --- /dev/null +++ b/sys-libs/libvpd/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ppc64</herd> +<maintainer> +<email>ranger@gentoo.org</email> +<name>Brent Baude</name> +</maintainer> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> + |