diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-30 20:40:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-30 20:40:11 +0000 |
commit | 7db06dd4e78b1946d39c3c2b74c24b493e90fbe0 (patch) | |
tree | 66b11cb58ddce54ddc9ce9fc3a98531e62eebfe8 /net-misc/sitecopy | |
parent | sparc stable wrt #229187 (diff) | |
download | historical-7db06dd4e78b1946d39c3c2b74c24b493e90fbe0.tar.gz historical-7db06dd4e78b1946d39c3c2b74c24b493e90fbe0.tar.bz2 historical-7db06dd4e78b1946d39c3c2b74c24b493e90fbe0.zip |
sparc/x86 stable, remove old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-misc/sitecopy')
-rw-r--r-- | net-misc/sitecopy/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/sitecopy/files/0.16.3-neon-28.patch | 13 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.16.3.ebuild | 89 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.16.3_p15.ebuild | 80 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild | 4 |
5 files changed, 8 insertions, 185 deletions
diff --git a/net-misc/sitecopy/ChangeLog b/net-misc/sitecopy/ChangeLog index 27f9b156a3f4..b92e68df968c 100644 --- a/net-misc/sitecopy/ChangeLog +++ b/net-misc/sitecopy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/sitecopy # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.49 2008/06/14 13:21:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.50 2008/06/30 20:40:11 armin76 Exp $ + + 30 Jun 2008; Raúl Porcel <armin76@gentoo.org> + -files/0.16.3-neon-28.patch, -sitecopy-0.16.3.ebuild, + -sitecopy-0.16.3_p15.ebuild, sitecopy-0.16.3_p17.ebuild: + sparc/x86 stable, remove old 14 Jun 2008; nixnut <nixnut@gentoo.org> sitecopy-0.16.3_p17.ebuild: Stable on ppc wrt bug 220615 diff --git a/net-misc/sitecopy/files/0.16.3-neon-28.patch b/net-misc/sitecopy/files/0.16.3-neon-28.patch deleted file mode 100644 index 8d4780f0d0fe..000000000000 --- a/net-misc/sitecopy/files/0.16.3-neon-28.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]) -+# 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.ebuild b/net-misc/sitecopy/sitecopy-0.16.3.ebuild deleted file mode 100644 index 25c1c0d6d439..000000000000 --- a/net-misc/sitecopy/sitecopy-0.16.3.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2006 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.ebuild,v 1.5 2006/07/28 19:16:51 dertobi123 Exp $ - -inherit eutils toolchain-funcs - -IUSE="expat nls rsh ssl webdav xml zlib" - -DESCRIPTION="sitecopy is for easily maintaining remote web sites" -SRC_URI="http://www.lyra.org/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.lyra.org/sitecopy/" -KEYWORDS="~amd64 ppc sparc x86" -LICENSE="GPL-2" -SLOT="0" -# gnome support is disabled at this point -# as the gnome frontend appears to be -# very unstable! - Chris White -# gnome? ( -# gnome-base/gnome-libs -# =x11-libs/gtk+-1* ) -DEPEND="rsh? ( net-misc/netkit-rsh ) - >=net-misc/neon-0.24.6" - -pkg_setup() { - ewarn "gnome support has been disabled" - ewarn "until some major bugs can" - ewarn "be fixed regarding it!" - - if use zlib ; then - built_with_use net-misc/neon zlib || die "neon needs zlib support" - fi - - if use ssl ; then - built_with_use net-misc/neon ssl || die "neon needs ssl support" - myconf="${myconf} --with-ssl=openssl" - fi - - if use expat ; then - built_with_use net-misc/neon expat || die "neon needs expat support" - fi - - if use xml ; then - built_with_use net-misc/neon expat && die "neon needs expat support disabled for - libxml2 support to be enabled" - fi -} - -src_unpack() { - unpack ${A} - sed -i -e \ - "s:docdir \= .*:docdir \= \$\(prefix\)\/share/doc\/${PF}:" \ - ${S}/Makefile.in || die "Documentation directory patching failed" -} - -src_compile() { - - einfo "Sitecopy uses neon unconditionally for a security bug." - einfo "The sitecopy system also checks for zlib, ssl, and xml" - einfo "support through neon instead of the actual system libraries" - einfo "therefore support must be built into neon." - - # Bug 51585, GLSA 200406-03 - einfo "Forcing the use of the system-wide neon library (BR #51585)." - myconf="${myconf} --with-neon" - - econf ${myconf} \ - $(use_enable webdav) \ - $(use_enable nls) \ - $(use_enable rsh) \ - $(use_with expat) \ - $(use_with xml libxml2 ) \ - || die "configuration failed" - - # $(use_with socks) \ - # $(use_enable gnome gnomefe) \ - - # fixes some gnome compile issues -# if use gnome -# then -# echo "int fe_accept_cert(const ne_ssl_certificate *cert, int failures) { return 0; }" >> gnome/gcommon.c -# sed -i -e "s:-lglib:-lglib -lgthread:" Makefile -# fi - - emake || die "Make failed" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" -} diff --git a/net-misc/sitecopy/sitecopy-0.16.3_p15.ebuild b/net-misc/sitecopy/sitecopy-0.16.3_p15.ebuild deleted file mode 100644 index 36cbe75231aa..000000000000 --- a/net-misc/sitecopy/sitecopy-0.16.3_p15.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2008 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_p15.ebuild,v 1.1 2008/03/25 16:49:25 armin76 Exp $ - -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" - -LICENSE="GPL-2" -SLOT="0" -DEPEND="rsh? ( net-misc/netkit-rsh ) - >=net-misc/neon-0.24.6" - -S="${WORKDIR}"/${MY_P/_/-} - -pkg_setup() { - if use zlib ; then - built_with_use net-misc/neon zlib || die "neon needs zlib support" - fi - - if use ssl ; then - built_with_use net-misc/neon ssl || die "neon needs ssl support" - myconf="${myconf} --with-ssl=openssl" - fi - - if use expat ; then - built_with_use net-misc/neon expat || die "neon needs expat support" - fi - - if use xml ; then - built_with_use net-misc/neon expat && die "neon needs expat support disabled for - libxml2 support to be enabled" - fi -} - -src_unpack() { - unpack ${A} - - # Debian patches - epatch ${MY_P}-${DEB_PL}.diff - epatch "${S}"/debian/patches/*.dpatch - - cd "${S}" - - # Make it work with neon .28 and newer - epatch "${FILESDIR}"/0.16.3-neon-28.patch - - sed -i -e \ - "s:docdir \= .*:docdir \= \$\(prefix\)\/share/doc\/${PF}:" \ - Makefile.in || die "Documentation directory patching failed" - - eautoconf - eautomake -} - -src_compile() { - econf ${myconf} \ - $(use_enable webdav) \ - $(use_enable nls) \ - $(use_enable rsh) \ - $(use_with expat) \ - $(use_with xml libxml2 ) \ - --with-neon \ - || die "econf failed" - - emake || die "eake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild b/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild index e87c07e96cee..fa9805aa0df9 100644 --- a/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild +++ b/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.2 2008/06/14 13:21:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.16.3_p17.ebuild,v 1.3 2008/06/30 20:40:11 armin76 Exp $ inherit eutils autotools @@ -13,7 +13,7 @@ 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" +KEYWORDS="~amd64 ppc sparc x86" LICENSE="GPL-2" SLOT="0" |