diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-19 11:15:42 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-19 11:15:42 +0000 |
commit | 842dd982c74ea5e0db69b1ac4fd800c0c2188793 (patch) | |
tree | 0c86cfcda06c4629d7cfc6b21b38cd40677a53e6 /net-misc/sitecopy | |
parent | gnome support (diff) | |
download | historical-842dd982c74ea5e0db69b1ac4fd800c0c2188793.tar.gz historical-842dd982c74ea5e0db69b1ac4fd800c0c2188793.tar.bz2 historical-842dd982c74ea5e0db69b1ac4fd800c0c2188793.zip |
gnome support
Diffstat (limited to 'net-misc/sitecopy')
-rw-r--r-- | net-misc/sitecopy/Manifest | 8 | ||||
-rw-r--r-- | net-misc/sitecopy/files/digest-sitecopy-0.13.4-r1 | 1 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.11.4.ebuild | 33 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild | 56 | ||||
-rw-r--r-- | net-misc/sitecopy/sitecopy-0.13.4.ebuild | 4 |
5 files changed, 62 insertions, 40 deletions
diff --git a/net-misc/sitecopy/Manifest b/net-misc/sitecopy/Manifest index 412da5a9794b..b50b435826ad 100644 --- a/net-misc/sitecopy/Manifest +++ b/net-misc/sitecopy/Manifest @@ -1,11 +1,9 @@ MD5 94c1f291e7bccf04562cd68ab24a72bd sitecopy-0.10.12-r1.ebuild 991 MD5 15e6d0440ea28b858bcde854207909f0 sitecopy-0.12.1.ebuild 1144 -MD5 925f425194b914cb80e5c32d55e95e4e sitecopy-0.13.4.ebuild 1145 -MD5 56c9b89396792b67118c9564c7bbb2df sitecopy-0.13.4-r1.ebuild 1256 -MD5 ac88c8ef26da61ca5c89fbce27aaed40 sitecopy-0.11.4.ebuild 825 -MD5 ec9ce67e51b558a15d8d95c2dfa47d74 ChangeLog 1648 +MD5 0839b5699749c70d54c4588cfd007f14 sitecopy-0.13.4.ebuild 1140 +MD5 18a02582146d13bf7489adedab23836f sitecopy-0.13.4-r1.ebuild 1546 +MD5 97b83692f076b3e1cce5ff465670d016 ChangeLog 1791 MD5 2181dd9a02cbcac0257406ff7a30a37b files/digest-sitecopy-0.13.4-r1 67 MD5 09b3e7444248285b787fa3635d41aedc files/digest-sitecopy-0.10.12-r1 68 -MD5 33ca043ac941860223413b8d1ddc5d1f files/digest-sitecopy-0.11.4 67 MD5 3ee0433186f6f3224dff93ab6818a119 files/digest-sitecopy-0.12.1 67 MD5 2181dd9a02cbcac0257406ff7a30a37b files/digest-sitecopy-0.13.4 67 diff --git a/net-misc/sitecopy/files/digest-sitecopy-0.13.4-r1 b/net-misc/sitecopy/files/digest-sitecopy-0.13.4-r1 new file mode 100644 index 000000000000..84b375f09a4f --- /dev/null +++ b/net-misc/sitecopy/files/digest-sitecopy-0.13.4-r1 @@ -0,0 +1 @@ +MD5 f3fb9c1d9098132f3135d2d5d92e68bf sitecopy-0.13.4.tar.gz 773653 diff --git a/net-misc/sitecopy/sitecopy-0.11.4.ebuild b/net-misc/sitecopy/sitecopy-0.11.4.ebuild deleted file mode 100644 index d5e3d056e94c..000000000000 --- a/net-misc/sitecopy/sitecopy-0.11.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.11.4.ebuild,v 1.4 2003/09/05 22:01:49 msterret Exp $ - -DESCRIPTION="sitecopy is for easily maintaining remote web sites" -SRC_URI="http://www.lyra.org/sitecopy/${P}.tar.gz" -HOMEPAGE="http://www.lyra.org/sitecopy/" -KEYWORDS="x86 ~ppc ~sparc" -LICENSE="GPL-2" -SLOT="0" - -IUSE="ssl" - -DEPEND="virtual/glibc - >=sys-libs/zlib-1.1.3 - >=dev-libs/libxml-1.8.15 - ssl? ( >=dev-libs/openssl-0.9.6 )" - -src_compile() { - local myconf="--with-libxml1" - - if [ `use ssl` ] ; then - myconf="${myconf} --with-ssl=/usr" - else - myconf="${myconf} --without-ssl" - fi - econf ${myconf} - emake || die "compile problem" -} - -src_install() { - einstall || die "install problem" -} diff --git a/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild b/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild new file mode 100644 index 000000000000..f3ddcce1f949 --- /dev/null +++ b/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild,v 1.1 2003/10/19 11:15:36 lanius Exp $ + +IUSE="ssl xml xml2 gnome" + +S=${WORKDIR}/${P} +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" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="virtual/glibc + >=sys-libs/zlib-1.1.3 + xml? ( dev-libs/libxml ) + dev-libs/libxml2 + ssl? ( >=dev-libs/openssl-0.9.6 ) + gnome? ( + gnome-base/gnome-libs + =x11-libs/gtk+-1* + )" + +src_compile() { + local myconf="" + if [ "`use xml`" ] && [ "`use xml2`" ] ; then + myconf="${myconf} --with-libxml2 --without-libxml1" + else + use xml \ + && myconf="${myconf} --with-libxml1" \ + || myconf="${myconf} --without-libxml1" + use xml2 \ + && myconf="${myconf} --with-libxml2" \ + || myconf="${myconf} --without-libxml2" + fi + use ssl \ + && myconf="${myconf} --with-ssl" \ + || myconf="${myconf} --without-ssl" + use gnome \ + && myconf="${myconf} --with-gnomefe" + + econf ${myconf} + + # gnome compile fix + sed -i -e "s:VERSION:PACKAGE_VERSION:" gnome/init.c + sed -i -e "s:VERSION:PACKAGE_VERSION:" gnome/main.c + 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 + + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die "install failed" +} diff --git a/net-misc/sitecopy/sitecopy-0.13.4.ebuild b/net-misc/sitecopy/sitecopy-0.13.4.ebuild index 9929ac772802..7f4da1ff0973 100644 --- a/net-misc/sitecopy/sitecopy-0.13.4.ebuild +++ b/net-misc/sitecopy/sitecopy-0.13.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.3 2003/09/05 22:13:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.4 2003/10/19 11:15:36 lanius Exp $ IUSE="ssl xml xml2" @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} 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" +KEYWORDS="x86 ppc sparc" LICENSE="GPL-2" SLOT="0" |