[gentoo-commits] repo/gentoo:master commit in: dev-libs/log4shib/, profiles/

2019-10-12 Thread Michał Górny
commit: 544ac3c9ad58c39087637d087a8f4d0266f11c1f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 12 08:20:36 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 12 08:20:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544ac3c9

dev-libs/log4shib: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694212
Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/log4shib/Manifest |  1 -
 dev-libs/log4shib/log4shib-1.0.4-r1.ebuild | 22 --
 dev-libs/log4shib/metadata.xml |  9 -
 profiles/package.mask  |  5 -
 4 files changed, 37 deletions(-)

diff --git a/dev-libs/log4shib/Manifest b/dev-libs/log4shib/Manifest
deleted file mode 100644
index 984ad1ebdd6..000
--- a/dev-libs/log4shib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST log4shib-1.0.4.tar.gz 487529 BLAKE2B 
8ba4dd17e2f35c6566ba4736b5450c41fab1c5506ab6e994136b97ccab4d399281afb32fcf13935c25acd7ba063d2ed6595bab564614ffbb0d944074b68a5bba
 SHA512 
af31bb436393e1a6a2674c0f4804148dea4f4081bb07b78f158f4109157bef4ed40647a3e4da7ec5eef0ed38b6286aee6d8b8a3320572c2b55df2998850d5245

diff --git a/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild 
b/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild
deleted file mode 100644
index 63ac7a704a4..000
--- a/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-src_configure() {
-   econf --without-idsa \
-   $(use_enable debug) \
-   $(use_enable doc doxygen) \
-   $(use_enable static-libs static)
-}

diff --git a/dev-libs/log4shib/metadata.xml b/dev-libs/log4shib/metadata.xml
deleted file mode 100644
index 67c3230498e..000
--- a/dev-libs/log4shib/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   log4shib is a library of C++ classes for flexible 
logging
-   to files, syslog, IDSA and other destinations. It is a forked 
version
-   of log4cpp especially adapted for the shibboleth framework
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 37b5516af00..95a4ad35a71 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -637,11 +637,6 @@ dev-libs/mapm
 # Removal in 30 days.  Bug #694214.
 dev-libs/ltxml
 
-# Michał Górny  (2019-09-12)
-# Unmaintained.  EOL-ed upstream.  No reverse dependencies.
-# Removal in 30 days.  Bug #694212.
-dev-libs/log4shib
-
 # Lars Wendler  (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.



[gentoo-commits] repo/gentoo:master commit in: dev-libs/log4shib/

2019-06-25 Thread Andreas Sturmlechner
commit: 9643738abb3259623d1520017317c6b98833ac01
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 25 17:35:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 25 17:57:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9643738a

dev-libs/log4shib: remove old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/log4shib/log4shib-1.0.4.ebuild | 28 
 1 file changed, 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 bc6707fe0f4..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/log4shib/

2019-05-28 Thread Aaron Bauman
commit: 780cec55b313471886ceeffd33151bf32f2f3b5a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun May 26 09:01:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 29 04:09:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780cec55

dev-libs/log4shib: fix SRC_URI

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/log4shib/log4shib-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/log4shib/log4shib-1.0.4.ebuild 
b/dev-libs/log4shib/log4shib-1.0.4.ebuild
index 6e744c15a90..bc6707fe0f4 100644
--- a/dev-libs/log4shib/log4shib-1.0.4.ebuild
+++ b/dev-libs/log4shib/log4shib-1.0.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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="http://shibboleth.internet2.edu/downloads/${PN}/${PV}/${P}.tar.gz";
+SRC_URI="https://shibboleth.net/downloads/${PN}/${PV}/${P}.tar.gz";
 
 KEYWORDS="~amd64 ~x86"
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/log4shib/

2019-05-28 Thread Aaron Bauman
commit: c67f00d21d6c264d330fdc79034858fb31ce0ab6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun May 26 09:04:36 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 29 04:09:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67f00d2

dev-libs/log4shib: EAPI=7 bump

Closes: https://bugs.gentoo.org/686778
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12113
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/log4shib/log4shib-1.0.4-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild 
b/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild
new file mode 100644
index 000..63ac7a704a4
--- /dev/null
+++ b/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   econf --without-idsa \
+   $(use_enable debug) \
+   $(use_enable doc doxygen) \
+   $(use_enable static-libs static)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/log4shib/files/

2018-06-13 Thread Michał Górny
commit: 6016247bcc7662d9ec9da58f3af570448f106c72
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:11:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6016247b

dev-libs/log4shib: remove unused patch(es)

 dev-libs/log4shib/files/log4shib-doc.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-libs/log4shib/files/log4shib-doc.patch 
b/dev-libs/log4shib/files/log4shib-doc.patch
deleted file mode 100644
index c7c58f0781a..000
--- a/dev-libs/log4shib/files/log4shib-doc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 doc/Makefile.am.orig   2008-10-18 09:03:48.0 +0200
-+++ doc/Makefile.am2008-10-18 09:05:16.0 +0200
-@@ -1,7 +1,7 @@
- SUBDIRS = html
- 
- man3dir = $(DESTDIR)$(mandir)/man3
--docdir  = $(prefix)/doc/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
-+docdir  = $(DESTDIR)/$(datarootdir)/doc/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
- 
- EXTRA_DIST = \
-   mainPage.txt



[gentoo-commits] repo/gentoo:master commit in: dev-libs/log4shib/

2018-06-03 Thread Aaron Bauman
commit: cbd9531af2b47e3ec9a116748f2971b4a7966ade
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun  3 19:05:38 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun  4 01:12:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd9531a

dev-libs/log4shib: drop old EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/log4shib/Manifest  |  1 -
 dev-libs/log4shib/log4shib-1.0.1.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/log4shib/Manifest b/dev-libs/log4shib/Manifest
index 8ece2320e35..984ad1ebdd6 100644
--- a/dev-libs/log4shib/Manifest
+++ b/dev-libs/log4shib/Manifest
@@ -1,2 +1 @@
-DIST log4shib-1.0.1.tar.gz 498381 BLAKE2B 
b5f849f7f6bd7cd224ec135a3f4308ac4d56f8f51d45d4561ac76bc7ff903afbbc70c21790ee26f9449153384116dcb8d40bbfb9f07194ed22e9d80488cbe882
 SHA512 
ed64dca5f20c8135944abdfe7e7b66702cd1ae712ba362508759194c8f53c2a9a878142619a4befd3c4180de366fd2c9a6af7af1873b170d45e91b8bf527b836
 DIST log4shib-1.0.4.tar.gz 487529 BLAKE2B 
8ba4dd17e2f35c6566ba4736b5450c41fab1c5506ab6e994136b97ccab4d399281afb32fcf13935c25acd7ba063d2ed6595bab564614ffbb0d944074b68a5bba
 SHA512 
af31bb436393e1a6a2674c0f4804148dea4f4081bb07b78f158f4109157bef4ed40647a3e4da7ec5eef0ed38b6286aee6d8b8a3320572c2b55df2998850d5245

diff --git a/dev-libs/log4shib/log4shib-1.0.1.ebuild 
b/dev-libs/log4shib/log4shib-1.0.1.ebuild
deleted file mode 100644
index c1554df5aff..000
--- a/dev-libs/log4shib/log4shib-1.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils autotools
-
-DESCRIPTION="Internet2 version for OpenSAML of log4cpp logging framework"
-HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib";
-SRC_URI="http://shibboleth.internet2.edu/downloads/${PN}/${PV}/${P}.tar.gz";
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   # fix sandbox violation by doc installation
-   epatch "${FILESDIR}/${PN}-doc.patch"
-   AT_M4DIR="m4" eautoreconf
-}
-
-src_compile() {
-   econf --without-idsa \
-   $(use_enable doc doxygen)
-   emake || die "emake failed"
-}
-
-src_install () {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS ChangeLog NEWS README THANKS || die "dodoc failed"
-}