diff options
author | 2015-03-29 04:09:13 +0000 | |
---|---|---|
committer | 2015-03-29 04:09:13 +0000 | |
commit | 59e4ee01d1868cee0891f0e420cda74e50b1cb38 (patch) | |
tree | fcff19a39471293f684c619be05c1c5461fa7d6d /net-libs/openslp | |
parent | version bump (diff) | |
download | gentoo-2-59e4ee01d1868cee0891f0e420cda74e50b1cb38.tar.gz gentoo-2-59e4ee01d1868cee0891f0e420cda74e50b1cb38.tar.bz2 gentoo-2-59e4ee01d1868cee0891f0e420cda74e50b1cb38.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs/openslp')
-rw-r--r-- | net-libs/openslp/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/openslp/openslp-1.2.1-r1.ebuild | 39 | ||||
-rw-r--r-- | net-libs/openslp/openslp-1.2.1-r2.ebuild | 41 |
3 files changed, 6 insertions, 82 deletions
diff --git a/net-libs/openslp/ChangeLog b/net-libs/openslp/ChangeLog index a7a0a9491f3b..b88734d5b0bc 100644 --- a/net-libs/openslp/ChangeLog +++ b/net-libs/openslp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/openslp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/ChangeLog,v 1.69 2014/07/20 12:04:36 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/ChangeLog,v 1.70 2015/03/29 04:09:13 mrueg Exp $ + + 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -openslp-1.2.1-r1.ebuild, + -openslp-1.2.1-r2.ebuild: + Remove old. 20 Jul 2014; Pacho Ramos <pacho@gentoo.org> openslp-1.2.1-r3.ebuild: ia64/ppc64/sparc stable, bug #509372 diff --git a/net-libs/openslp/openslp-1.2.1-r1.ebuild b/net-libs/openslp/openslp-1.2.1-r1.ebuild deleted file mode 100644 index 2a97aa08fe54..000000000000 --- a/net-libs/openslp/openslp-1.2.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/openslp-1.2.1-r1.ebuild,v 1.5 2014/04/27 12:49:06 dilfridge Exp $ - -inherit eutils autotools - -DESCRIPTION="An open-source implementation of Service Location Protocol" -HOMEPAGE="http://www.openslp.org/" -SRC_URI="mirror://sourceforge/openslp/${P}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" -RESTRICT="test" - -DEPEND="dev-libs/openssl" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-fbsd.patch - eautoreconf -} - -src_compile() { - econf || die - emake -j1 || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS FAQ ChangeLog NEWS README* THANKS - rm -rf "${D}"/usr/doc - dohtml -r . - newinitd "${FILESDIR}"/slpd-init slpd -} diff --git a/net-libs/openslp/openslp-1.2.1-r2.ebuild b/net-libs/openslp/openslp-1.2.1-r2.ebuild deleted file mode 100644 index fc982d55092a..000000000000 --- a/net-libs/openslp/openslp-1.2.1-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/openslp-1.2.1-r2.ebuild,v 1.11 2014/04/27 12:49:06 dilfridge Exp $ - -inherit eutils autotools - -DESCRIPTION="An open-source implementation of Service Location Protocol" -HOMEPAGE="http://www.openslp.org/" -SRC_URI="mirror://sourceforge/openslp/${P}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" -RESTRICT="test" - -DEPEND="dev-libs/openssl" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-fbsd.patch - epatch "${FILESDIR}"/${P}-fixoverflow.patch - epatch "${FILESDIR}"/${P}-cflags.patch - eautoreconf -} - -src_compile() { - econf || die - emake -j1 || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS FAQ ChangeLog NEWS README* THANKS - rm -rf "${D}"/usr/doc - dohtml -r . - newinitd "${FILESDIR}"/slpd-init slpd -} |