summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-06-25 19:35:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 19:57:39 +0200
commit9643738abb3259623d1520017317c6b98833ac01 (patch)
tree9bb8d1e0a8f34c85abf1df3d8cddf2bc966e02f6 /dev-libs/log4shib
parentapp-misc/btail: remove old (diff)
downloadgentoo-9643738abb3259623d1520017317c6b98833ac01.tar.gz
gentoo-9643738abb3259623d1520017317c6b98833ac01.tar.bz2
gentoo-9643738abb3259623d1520017317c6b98833ac01.zip
dev-libs/log4shib: remove old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/log4shib')
-rw-r--r--dev-libs/log4shib/log4shib-1.0.4.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/log4shib/log4shib-1.0.4.ebuild b/dev-libs/log4shib/log4shib-1.0.4.ebuild
deleted file mode 100644
index bc6707fe0f40..000000000000
--- a/dev-libs/log4shib/log4shib-1.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Internet2 version for OpenSAML of log4cpp logging framework"
-HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib"
-SRC_URI="https://shibboleth.net/downloads/${PN}/${PV}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="debug doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-src_configure() {
- econf --without-idsa \
- $(use_enable debug) \
- $(use_enable doc doxygen) \
- $(use_enable static-libs static)
-}
-
-src_install () {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}