diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 16:01:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 16:01:47 +0000 |
commit | 13eb3084ae4f89345852ea3e0c69227c184ae598 (patch) | |
tree | 8ee084e3064cd964baeb8b5c3947e5baf3aceb57 /net-misc | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-13eb3084ae4f89345852ea3e0c69227c184ae598.tar.gz gentoo-2-13eb3084ae4f89345852ea3e0c69227c184ae598.tar.bz2 gentoo-2-13eb3084ae4f89345852ea3e0c69227c184ae598.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sitecopy/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/sitecopy/files/digest-sitecopy-0.15.1 | 3 | ||||
-rw-r--r-- | net-misc/sitecopy/files/digest-sitecopy-0.16.0 | 3 | ||||
-rw-r--r-- | net-misc/sitecopy/files/sitecopy-0.14.1-nls.patch | 13 | ||||
-rw-r--r-- | net-misc/sitecopy/files/sitecopy-gcc3.4.patch | 20 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.15.1.ebuild | 104 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.16.0.ebuild | 90 |
7 files changed, 7 insertions, 235 deletions
diff --git a/net-misc/sitecopy/ChangeLog b/net-misc/sitecopy/ChangeLog index 223d8d239769..cfe4909c6124 100644 --- a/net-misc/sitecopy/ChangeLog +++ b/net-misc/sitecopy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/sitecopy -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.43 2007/07/14 10:09:25 phreak Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.44 2008/01/26 16:01:47 armin76 Exp $ + + 26 Jan 2008; Raúl Porcel <armin76@gentoo.org> + -files/sitecopy-0.14.1-nls.patch, -files/sitecopy-gcc3.4.patch, + -sitecopy-0.15.1.ebuild, -sitecopy-0.16.0.ebuild: + old 14 Jul 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Assigning net-misc/sitecopy to m-needed, as chriswhite has been retired diff --git a/net-misc/sitecopy/files/digest-sitecopy-0.15.1 b/net-misc/sitecopy/files/digest-sitecopy-0.15.1 deleted file mode 100644 index ddbec967630c..000000000000 --- a/net-misc/sitecopy/files/digest-sitecopy-0.15.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 95411223ae53303771804f14bb4c8efe sitecopy-0.15.1.tar.gz 942287 -RMD160 37b73a8af256493f7a85aa2dee940193c1adb7dc sitecopy-0.15.1.tar.gz 942287 -SHA256 eb029957e98e65c3eff39afe973792df058b4a19cdfd47334dd04f51f1d12e14 sitecopy-0.15.1.tar.gz 942287 diff --git a/net-misc/sitecopy/files/digest-sitecopy-0.16.0 b/net-misc/sitecopy/files/digest-sitecopy-0.16.0 deleted file mode 100644 index c9b6e7c1012b..000000000000 --- a/net-misc/sitecopy/files/digest-sitecopy-0.16.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aa036a542d0865bbdb4cb7859e66cc55 sitecopy-0.16.0.tar.gz 946201 -RMD160 304364ea6bb4a1f304f1e67bb5699639815aca75 sitecopy-0.16.0.tar.gz 946201 -SHA256 bfcb6358aa8e026dd5b63f6620ad6288247baba13dc3bc8432ba49cfb3403584 sitecopy-0.16.0.tar.gz 946201 diff --git a/net-misc/sitecopy/files/sitecopy-0.14.1-nls.patch b/net-misc/sitecopy/files/sitecopy-0.14.1-nls.patch deleted file mode 100644 index 1714ebecad92..000000000000 --- a/net-misc/sitecopy/files/sitecopy-0.14.1-nls.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- po/Makefile.old 2004-09-16 21:24:45.929163920 +0900 -+++ po/Makefile 2004-09-16 21:32:01.790902864 +0900 -@@ -26,8 +26,8 @@ - - INSTALL = /bin/install -c - INSTALL_DATA = ${INSTALL} -m 644 --MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs --mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` -+MKINSTALLDIRS = $(top_builddir)/mkinstalldirs -+mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac` - - GMSGFMT = /usr/bin/msgfmt - MSGFMT = /usr/bin/msgfmt diff --git a/net-misc/sitecopy/files/sitecopy-gcc3.4.patch b/net-misc/sitecopy/files/sitecopy-gcc3.4.patch deleted file mode 100644 index 7b48a0602824..000000000000 --- a/net-misc/sitecopy/files/sitecopy-gcc3.4.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- gnome/minilist.c.old 2005-01-05 04:25:24.283691792 +0900 -+++ gnome/minilist.c 2005-01-05 04:25:36.940767624 +0900 -@@ -191,6 +191,7 @@ - NE_DEBUG(DEBUG_GNOME, "Removing an item from the ignores list.\n"); - break; - default: -+ ;; - } - if (the_gui->data) - the_gui->data->prev = NULL; ---- gnome/misc.old 2005-01-05 05:00:55.528693304 +0900 -+++ gnome/misc.c 2005-01-05 05:01:07.183921440 +0900 -@@ -310,6 +310,7 @@ - return; - break; - default: -+ ;; - } - } - } diff --git a/net-misc/sitecopy/sitecopy-0.15.1.ebuild b/net-misc/sitecopy/sitecopy-0.15.1.ebuild deleted file mode 100644 index 643aa451abae..000000000000 --- a/net-misc/sitecopy/sitecopy-0.15.1.ebuild +++ /dev/null @@ -1,104 +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.15.1.ebuild,v 1.5 2006/07/05 07:55:34 mr_bones_ Exp $ - -inherit eutils toolchain-funcs - -IUSE="expat gssapi nls rsh sftp 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="~x86 ~ppc ~sparc ~amd64" -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 ) - sftp? ( net-misc/openssh ) - >=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!" -} - -src_unpack() { - unpack ${A} - cd ${S} - if [ $(gcc-version) = "3.4" ] - then - epatch ${FILESDIR}/${PN}-gcc3.4.patch - fi - - sed -i -e \ - "s:docdir \= .*:docdir \= \$\(prefix\)\/share/doc\/${PF}:" \ - 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." - - 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 - xml support to be enabled" - fi - - # 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_with gssapi) \ - $(use_enable nls) \ - $(use_enable rsh) \ - $(use_enable sftp) \ - $(use_with expat) \ - $(use_with xml libxml2 ) \ - || die "configuration failed" - - # 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" -} - -pkg_postinst() { - if use sftp - then - einfo "Please note that in order to use sftp" - einfo "You must have 'protocol sftp instead of ftp" - einfo "This is not documented in the man page" - fi -} diff --git a/net-misc/sitecopy/sitecopy-0.16.0.ebuild b/net-misc/sitecopy/sitecopy-0.16.0.ebuild deleted file mode 100644 index 2c667ab89841..000000000000 --- a/net-misc/sitecopy/sitecopy-0.16.0.ebuild +++ /dev/null @@ -1,90 +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.0.ebuild,v 1.6 2006/07/05 07:55:34 mr_bones_ Exp $ - -inherit eutils toolchain-funcs - -IUSE="expat gssapi 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 - xml 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_with gssapi) \ - $(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" -} |