summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-05 19:37:58 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-05 19:37:58 +0000
commit91bd707e3ce2edef4c5b2deb60216c8b94fe54ab (patch)
treed552ddcc6f5aa43d62fb7d0ef04c5707a2b13282 /dev-libs
parentRemove old. (diff)
downloadgentoo-2-91bd707e3ce2edef4c5b2deb60216c8b94fe54ab.tar.gz
gentoo-2-91bd707e3ce2edef4c5b2deb60216c8b94fe54ab.tar.bz2
gentoo-2-91bd707e3ce2edef4c5b2deb60216c8b94fe54ab.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/librelp/ChangeLog9
-rw-r--r--dev-libs/librelp/librelp-0.1.1.ebuild25
-rw-r--r--dev-libs/librelp/librelp-0.1.3.ebuild27
-rw-r--r--dev-libs/librelp/librelp-1.0.0.ebuild27
-rw-r--r--dev-libs/librelp/librelp-1.0.1.ebuild27
-rw-r--r--dev-libs/librelp/librelp-1.1.5.ebuild27
-rw-r--r--dev-libs/librelp/librelp-1.2.0.ebuild27
-rw-r--r--dev-libs/librelp/librelp-1.2.7.ebuild49
8 files changed, 7 insertions, 211 deletions
diff --git a/dev-libs/librelp/ChangeLog b/dev-libs/librelp/ChangeLog
index e3b7352b67c4..cbeb96d95223 100644
--- a/dev-libs/librelp/ChangeLog
+++ b/dev-libs/librelp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/librelp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v 1.31 2014/10/05 07:25:06 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v 1.32 2015/05/05 19:37:58 mrueg Exp $
+
+ 05 May 2015; Manuel Rüger <mrueg@gentoo.org> -librelp-0.1.1.ebuild,
+ -librelp-0.1.3.ebuild, -librelp-1.0.0.ebuild, -librelp-1.0.1.ebuild,
+ -librelp-1.1.5.ebuild, -librelp-1.2.0.ebuild, -librelp-1.2.7.ebuild:
+ Remove old.
05 Oct 2014; Agostino Sarubbo <ago@gentoo.org> librelp-1.2.7-r1.ebuild:
Stable for x86, wrt bug #524290
diff --git a/dev-libs/librelp/librelp-0.1.1.ebuild b/dev-libs/librelp/librelp-0.1.1.ebuild
deleted file mode 100644
index 39926dca6256..000000000000
--- a/dev-libs/librelp/librelp-0.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-0.1.1.ebuild,v 1.5 2014/08/10 20:37:44 slyfox Exp $
-
-DESCRIPTION="An easy to use library for the RELP protocol"
-HOMEPAGE="http://www.librelp.com/"
-SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- econf $(use_enable debug)
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog
- dohtml doc/relp.html
-}
diff --git a/dev-libs/librelp/librelp-0.1.3.ebuild b/dev-libs/librelp/librelp-0.1.3.ebuild
deleted file mode 100644
index 8a7c7d2fa067..000000000000
--- a/dev-libs/librelp/librelp-0.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-0.1.3.ebuild,v 1.7 2014/08/10 20:37:44 slyfox Exp $
-
-EAPI="2"
-
-DESCRIPTION="An easy to use library for the RELP protocol"
-HOMEPAGE="http://www.librelp.com/"
-SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
-LICENSE="GPL-3 doc? ( FDL-1.3 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~sparc x86"
-IUSE="debug doc"
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog
- use doc && dohtml doc/relp.html
-}
diff --git a/dev-libs/librelp/librelp-1.0.0.ebuild b/dev-libs/librelp/librelp-1.0.0.ebuild
deleted file mode 100644
index ba58bb7d4abd..000000000000
--- a/dev-libs/librelp/librelp-1.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.0.0.ebuild,v 1.5 2014/08/10 20:37:44 slyfox Exp $
-
-EAPI="2"
-
-DESCRIPTION="An easy to use library for the RELP protocol"
-HOMEPAGE="http://www.librelp.com/"
-SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
-LICENSE="GPL-3 doc? ( FDL-1.3 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~sparc x86"
-IUSE="debug doc"
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog
- use doc && dohtml doc/relp.html
-}
diff --git a/dev-libs/librelp/librelp-1.0.1.ebuild b/dev-libs/librelp/librelp-1.0.1.ebuild
deleted file mode 100644
index b5673520bdd7..000000000000
--- a/dev-libs/librelp/librelp-1.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.0.1.ebuild,v 1.5 2014/08/10 20:37:44 slyfox Exp $
-
-EAPI="2"
-
-DESCRIPTION="An easy to use library for the RELP protocol"
-HOMEPAGE="http://www.librelp.com/"
-SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
-LICENSE="GPL-3 doc? ( FDL-1.3 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~sparc x86"
-IUSE="debug doc"
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog
- use doc && dohtml doc/relp.html
-}
diff --git a/dev-libs/librelp/librelp-1.1.5.ebuild b/dev-libs/librelp/librelp-1.1.5.ebuild
deleted file mode 100644
index ed9587915c22..000000000000
--- a/dev-libs/librelp/librelp-1.1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.1.5.ebuild,v 1.3 2014/08/10 20:37:44 slyfox Exp $
-
-EAPI="5"
-
-DESCRIPTION="An easy to use library for the RELP protocol"
-HOMEPAGE="http://www.librelp.com/"
-SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
-LICENSE="GPL-3 doc? ( FDL-1.3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86"
-IUSE="debug doc"
-
-DEPEND=""
-RDEPEND=">=net-libs/gnutls-2.12.23-r1"
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog
- use doc && dohtml doc/relp.html
-}
diff --git a/dev-libs/librelp/librelp-1.2.0.ebuild b/dev-libs/librelp/librelp-1.2.0.ebuild
deleted file mode 100644
index f6544fab24c8..000000000000
--- a/dev-libs/librelp/librelp-1.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.2.0.ebuild,v 1.6 2014/08/10 20:37:44 slyfox Exp $
-
-EAPI="5"
-
-DESCRIPTION="An easy to use library for the RELP protocol"
-HOMEPAGE="http://www.librelp.com/"
-SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
-LICENSE="GPL-3 doc? ( FDL-1.3 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~sparc x86"
-IUSE="debug doc"
-
-DEPEND=""
-RDEPEND=">=net-libs/gnutls-2.12.23-r1"
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog
- use doc && dohtml doc/relp.html
-}
diff --git a/dev-libs/librelp/librelp-1.2.7.ebuild b/dev-libs/librelp/librelp-1.2.7.ebuild
deleted file mode 100644
index b50dba7fcefd..000000000000
--- a/dev-libs/librelp/librelp-1.2.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.2.7.ebuild,v 1.2 2014/08/10 20:37:44 slyfox Exp $
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="An easy to use library for the RELP protocol"
-HOMEPAGE="http://www.librelp.com/"
-SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3 doc? ( FDL-1.3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86"
-IUSE="debug doc +ssl static-libs"
-
-RDEPEND="
- ssl? ( >=net-libs/gnutls-2.12.23-r1 )
-"
-
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog )
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- $(use_enable ssl tls)
- )
-
- autotools-utils_src_configure
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # We don't need the *.la files - do we?
- find "${ED}"/usr/ -name '*.la' -delete
-
- if use doc; then
- dohtml doc/relp.html
- fi
-}