diff options
author | 2008-06-04 12:13:07 +0000 | |
---|---|---|
committer | 2008-06-04 12:13:07 +0000 | |
commit | a7ff17125b1675aa481036bae9418ae2487c4253 (patch) | |
tree | eafb4455a47073096c46333139048a68a0e95090 /dev-libs/xmlrpc-c | |
parent | Adding app-editors/juffed - a qt4 qscintilla based tabbed editor. Fixes bug 2... (diff) | |
download | gentoo-2-a7ff17125b1675aa481036bae9418ae2487c4253.tar.gz gentoo-2-a7ff17125b1675aa481036bae9418ae2487c4253.tar.bz2 gentoo-2-a7ff17125b1675aa481036bae9418ae2487c4253.zip |
Remove old.
(Portage version: 2.1.5.3)
Diffstat (limited to 'dev-libs/xmlrpc-c')
-rw-r--r-- | dev-libs/xmlrpc-c/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r1.ebuild | 59 | ||||
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild | 56 |
3 files changed, 5 insertions, 116 deletions
diff --git a/dev-libs/xmlrpc-c/ChangeLog b/dev-libs/xmlrpc-c/ChangeLog index ba3959953e80..357d7f725dee 100644 --- a/dev-libs/xmlrpc-c/ChangeLog +++ b/dev-libs/xmlrpc-c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/xmlrpc-c # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.54 2008/06/02 10:06:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.55 2008/06/04 12:13:07 loki_val Exp $ + + 04 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> + -xmlrpc-c-1.06.09.ebuild, -xmlrpc-c-1.06.09-r1.ebuild: + Remove old. 02 Jun 2008; Raúl Porcel <armin76@gentoo.org> xmlrpc-c-1.06.09-r2.ebuild: alpha/ia64/sparc stable wrt #224275 diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r1.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r1.ebuild deleted file mode 100644 index 2ea7c2278b0f..000000000000 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r1.ebuild,v 1.3 2008/04/21 16:19:53 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="A lightweigt RPC library based on XML and HTTP" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" -HOMEPAGE="http://xmlrpc-c.sourceforge.net/" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="curl libwww threads" -LICENSE="BSD" -SLOT="0" - -DEPEND="dev-libs/libxml2 - libwww? ( net-libs/libwww - >=dev-libs/openssl-0.9.8g ) - curl? ( net-misc/curl )" - -pkg_setup() { - if ! use curl && ! use libwww; then - ewarn "Neither CURL nor libwww support was selected" - ewarn "No client library will be be built" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PN}-1.05-pic.patch - epatch "${FILESDIR}"/${PN}-1.06.02-threadupdatestatus.patch - epatch "${FILESDIR}"/${P}-strsol.patch - epatch "${FILESDIR}"/${PN}-gcc43.patch - epatch "${FILESDIR}"/${P}-asneeded.patch - epatch "${FILESDIR}"/${P}+curl-7.18.patch - - # Respect the user's CFLAGS/CXXFLAGS. - sed -i -e "/CFLAGS_COMMON/s:-g -O3$:${CFLAGS}:" Makefile.common - sed -i -e "/CXXFLAGS_COMMON/s:-g$:${CXXFLAGS}:" Makefile.common -} - -src_compile() { - # Respect the user's LDFLAGS. - export LADD=${LDFLAGS} - econf --disable-wininet-client --enable-libxml2-backend \ - $(use_enable threads abyss-threads) \ - $(use_enable curl curl-client) \ - $(use_enable libwww libwww-client) || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "installation failed" - - dodoc README doc/CREDITS doc/DEVELOPING doc/HISTORY doc/SECURITY doc/TESTING \ - doc/TODO || die "installing docs failed" -} diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild deleted file mode 100644 index d68cc3553de8..000000000000 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild,v 1.16 2008/02/21 14:03:00 armin76 Exp $ - -inherit eutils - -DESCRIPTION="A lightweigt RPC library based on XML and HTTP" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" -HOMEPAGE="http://xmlrpc-c.sourceforge.net/" - -KEYWORDS="alpha ~amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="curl libwww threads" -LICENSE="BSD" -SLOT="0" - -DEPEND="dev-libs/libxml2 - libwww? ( net-libs/libwww - >=dev-libs/openssl-0.9.8g ) - curl? ( net-misc/curl )" - -pkg_setup() { - if ! use curl && ! use libwww; then - ewarn "Neither CURL nor libwww support was selected" - ewarn "No client library will be be built" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PN}-1.05-pic.patch - epatch "${FILESDIR}"/${PN}-1.06.02-threadupdatestatus.patch - epatch "${FILESDIR}"/${PN}-1.06.02-strsol.patch - epatch "${FILESDIR}"/${PN}-gcc43.patch - epatch "${FILESDIR}"/${P}-asneeded.patch - - # Respect the user's CFLAGS/CXXFLAGS. - sed -i -e "/CFLAGS_COMMON/s:-g -O3$:${CFLAGS}:" Makefile.common - sed -i -e "/CXXFLAGS_COMMON/s:-g$:${CXXFLAGS}:" Makefile.common -} - -src_compile() { - econf --disable-wininet-client --enable-libxml2-backend \ - $(use_enable threads abyss-threads) \ - $(use_enable curl curl-client) \ - $(use_enable libwww libwww-client) || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "installation failed" - - dodoc README doc/CREDITS doc/DEVELOPING doc/HISTORY doc/SECURITY doc/TESTING \ - doc/TODO || die "installing docs failed" -} |