summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 15:05:54 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 15:05:54 +0100
commita5a2f1e5c4e4844939b1e58939ad658365318e4e (patch)
tree3cf06c39fb7aa3976ca23a66d9294fb619d041f6 /sys-libs/libvpd/libvpd-2.1.3.ebuild
parentdev-util/imediff2: Enable python 3.7 (diff)
downloadgentoo-a5a2f1e5c4e4844939b1e58939ad658365318e4e.tar.gz
gentoo-a5a2f1e5c4e4844939b1e58939ad658365318e4e.tar.bz2
gentoo-a5a2f1e5c4e4844939b1e58939ad658365318e4e.zip
sys-libs/libvpd: Remove old
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs/libvpd/libvpd-2.1.3.ebuild')
-rw-r--r--sys-libs/libvpd/libvpd-2.1.3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-libs/libvpd/libvpd-2.1.3.ebuild b/sys-libs/libvpd/libvpd-2.1.3.ebuild
deleted file mode 100644
index e4566e2fcdee..000000000000
--- a/sys-libs/libvpd/libvpd-2.1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Library implementation for listing vpds"
-HOMEPAGE="https://sourceforge.net/projects/linux-diag/"
-SRC_URI="https://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-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
-}
-
-src_install(){
- emake DESTDIR="${D}" install
-}