summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-12 10:14:43 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-12 10:14:43 +0200
commitf8167bda466453af4a8fc04c10a64f08cf0df5d4 (patch)
treeab9fdf3f44d14709ab0b307d898f3f9d86e00a86 /dev-libs
parentdev-libs/libhtmlparse: Remove last-rited pkg (diff)
downloadgentoo-f8167bda466453af4a8fc04c10a64f08cf0df5d4.tar.gz
gentoo-f8167bda466453af4a8fc04c10a64f08cf0df5d4.tar.bz2
gentoo-f8167bda466453af4a8fc04c10a64f08cf0df5d4.zip
dev-libs/libidmef: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694188 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libidmef/Manifest1
-rw-r--r--dev-libs/libidmef/libidmef-1.0.3-r1.ebuild24
-rw-r--r--dev-libs/libidmef/metadata.xml8
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/libidmef/Manifest b/dev-libs/libidmef/Manifest
deleted file mode 100644
index 778ad6b606d6..000000000000
--- a/dev-libs/libidmef/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libidmef-1.0.3.tar.gz 1321584 BLAKE2B e2fc6e542e96e4d00aafaea7e0817937adc33c4a0c5f824b58f8db683e9020434778fb993ea70c1548f7bae61e6c85d280eb4cd2e83ac7a25c8e6da1129da8dd SHA512 5f21c50efffc52b8008c979b95fcedd2add7e4355643626043880105f96b4086cd9cda3c9532ddd6745f6236e2edf15a20324bdfb932e63cdcf23c8104b03dc5
diff --git a/dev-libs/libidmef/libidmef-1.0.3-r1.ebuild b/dev-libs/libidmef/libidmef-1.0.3-r1.ebuild
deleted file mode 100644
index e7cba52e4f70..000000000000
--- a/dev-libs/libidmef/libidmef-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Implementation of the IDMEF XML draft"
-HOMEPAGE="https://sourceforge.net/projects/libidmef/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug static-libs"
-
-DEPEND=">=dev-libs/libxml2-2.5.10"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_enable static-libs static)
-}
diff --git a/dev-libs/libidmef/metadata.xml b/dev-libs/libidmef/metadata.xml
deleted file mode 100644
index faf767a2295c..000000000000
--- a/dev-libs/libidmef/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">libidmef</remote-id>
- </upstream>
-</pkgmetadata>