summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-07-09 12:36:35 +0300
committerMart Raudsepp <leio@gentoo.org>2018-07-09 13:06:00 +0300
commit81865a7c9ce313dd83752890f262aa8a51b024eb (patch)
tree4fc3108d15bc87bda6d1a2832ccc654502a579f7 /sys-apps/osinfo-db/osinfo-db-20180416.ebuild
parentsys-apps/osinfo-db: bump to 20180612 (diff)
downloadgentoo-81865a7c9ce313dd83752890f262aa8a51b024eb.tar.gz
gentoo-81865a7c9ce313dd83752890f262aa8a51b024eb.tar.bz2
gentoo-81865a7c9ce313dd83752890f262aa8a51b024eb.zip
sys-apps/osinfo-db: remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-apps/osinfo-db/osinfo-db-20180416.ebuild')
-rw-r--r--sys-apps/osinfo-db/osinfo-db-20180416.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/osinfo-db/osinfo-db-20180416.ebuild b/sys-apps/osinfo-db/osinfo-db-20180416.ebuild
deleted file mode 100644
index 9e69a433ac60..000000000000
--- a/sys-apps/osinfo-db/osinfo-db-20180416.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="osinfo database files"
-HOMEPAGE="http://libosinfo.org/"
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz"
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- sys-apps/osinfo-db-tools
-"
-# we don't depend on intltool here, contrary to README, as the tarball already
-# contains the processed results with translations in XML files
-
-src_unpack() { :; }
-
-src_install() {
- osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" "${DISTDIR}/${A}"
-}