diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-04-24 07:58:26 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-04-24 07:58:26 +0000 |
commit | 39b4dd67c3f1a0d897206bc063b75fd6651d3df1 (patch) | |
tree | a8eb13760b82999374f4adecd3d4d0e7713eb64c /net-misc/sitecopy | |
parent | Don't use functions.sh from init.d folder (bug #504118). Raised EAPI to versi... (diff) | |
download | gentoo-2-39b4dd67c3f1a0d897206bc063b75fd6651d3df1.tar.gz gentoo-2-39b4dd67c3f1a0d897206bc063b75fd6651d3df1.tar.bz2 gentoo-2-39b4dd67c3f1a0d897206bc063b75fd6651d3df1.zip |
purge outdated snapshot and the disused patch
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'net-misc/sitecopy')
-rw-r--r-- | net-misc/sitecopy/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/sitecopy/files/0.16.3_p17-neon-29.patch | 13 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild | 61 |
3 files changed, 5 insertions, 75 deletions
diff --git a/net-misc/sitecopy/ChangeLog b/net-misc/sitecopy/ChangeLog index 091073fbd4c1..876c02759df2 100644 --- a/net-misc/sitecopy/ChangeLog +++ b/net-misc/sitecopy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/sitecopy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.59 2015/03/25 14:05:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.60 2015/04/24 07:58:26 idella4 Exp $ + + 24 Apr 2015; Ian Delaney <idella4@gentoo.org> -files/0.16.3_p17-neon-29.patch, + -sitecopy-0.16.3_p17.ebuild: + purge outdated snapshot and the disused patch 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> sitecopy-0.16.6-r1.ebuild: Stable for x86, wrt bug #542440 diff --git a/net-misc/sitecopy/files/0.16.3_p17-neon-29.patch b/net-misc/sitecopy/files/0.16.3_p17-neon-29.patch deleted file mode 100644 index 4ec36c4ac0f0..000000000000 --- a/net-misc/sitecopy/files/0.16.3_p17-neon-29.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.in -+++ configure.in -@@ -112,8 +112,8 @@ - AC_LIBOBJ(lib/fnmatch) - fi - --# Support neon 0.24, 0.25, 0.26. --NE_REQUIRE_VERSIONS([0], [24 25 26 27 28]) -+# Support neon 0.24, 0.25, 0.26, 0.27, 0.28, 0.29. -+NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29]) - - dnl But we don't use zlib or ACL support - NEON_WITHOUT_ZLIB diff --git a/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild b/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild deleted file mode 100644 index c49b00a0eee5..000000000000 --- a/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild,v 1.7 2010/06/22 20:06:49 arfrever Exp $ - -EAPI="2" - -inherit eutils autotools - -IUSE="expat nls rsh ssl webdav xml zlib" - -DEB_PL="${P##*_p}" -MY_P="${P%%_*}" -MY_P="${MY_P/-/_}" -DESCRIPTION="sitecopy is for easily maintaining remote web sites" -SRC_URI="mirror://debian/pool/main/s/${PN}/${MY_P}.orig.tar.gz - mirror://debian/pool/main/s/${PN}/${MY_P}-${DEB_PL}.diff.gz" -HOMEPAGE="http://packages.debian.org/unstable/sitecopy http://www.lyra.org/sitecopy/" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -LICENSE="GPL-2" -SLOT="0" -DEPEND="rsh? ( net-misc/netkit-rsh ) - >=net-libs/neon-0.24.6[zlib?,ssl?,expat?] - xml? ( >=net-libs/neon-0.24.6[-expat] )" - -S="${WORKDIR}"/${MY_P/_/-} - -src_prepare() { - cd "${WORKDIR}" || die - # Debian patches - epatch ${MY_P}-${DEB_PL}.diff - epatch "${S}"/debian/patches/*.dpatch - - cd "${S}" || die - - # Make it work with neon .29 - epatch "${FILESDIR}"/${PV}-neon-29.patch - - sed -i -e \ - "s:docdir \= .*:docdir \= \$\(prefix\)\/share/doc\/${PF}:" \ - Makefile.in || die "Documentation directory patching failed" - - eautoconf - eautomake -} - -src_configure() { - econf \ - $(use_with ssl ssl openssl) \ - $(use_enable webdav) \ - $(use_enable nls) \ - $(use_enable rsh) \ - $(use_with expat) \ - $(use_with xml libxml2 ) \ - --with-neon \ - || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |