summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-06 19:18:38 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-06 19:18:38 +0000
commit4351b0525280b328f8f06a0f8a2c045bf4a522d1 (patch)
tree820044b7a7172219c8fc4288dc6c8b0a1e050df9 /net-proxy/httpush
parentFix multilib and add ~amd64 keyword this closes bug #124370. (diff)
downloadhistorical-4351b0525280b328f8f06a0f8a2c045bf4a522d1.tar.gz
historical-4351b0525280b328f8f06a0f8a2c045bf4a522d1.tar.bz2
historical-4351b0525280b328f8f06a0f8a2c045bf4a522d1.zip
Replace xml2 USE flag with xml; quote strings containing env vars; replace useq with use
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-proxy/httpush')
-rw-r--r--net-proxy/httpush/ChangeLog5
-rw-r--r--net-proxy/httpush/Manifest12
-rw-r--r--net-proxy/httpush/httpush-0.9_beta11.ebuild12
3 files changed, 16 insertions, 13 deletions
diff --git a/net-proxy/httpush/ChangeLog b/net-proxy/httpush/ChangeLog
index e4cfa5ad4b02..f40f407d14fa 100644
--- a/net-proxy/httpush/ChangeLog
+++ b/net-proxy/httpush/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/httpush
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/httpush/ChangeLog,v 1.4 2006/02/13 15:02:40 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/httpush/ChangeLog,v 1.5 2006/03/06 19:18:38 mrness Exp $
+
+ 06 Mar 2006; Alin Nastac <mrness@gentoo.org> httpush-0.9_beta11.ebuild:
+ Replace xml2 USE flag with xml.
13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
httpush-0.9_beta11.ebuild:
diff --git a/net-proxy/httpush/Manifest b/net-proxy/httpush/Manifest
index 6c6673775c1f..b2d10e59c87f 100644
--- a/net-proxy/httpush/Manifest
+++ b/net-proxy/httpush/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f2a8fa6065f26d78b2dc68652a816373 ChangeLog 723
+MD5 c6738a653ee989f159773082aae1afd4 ChangeLog 829
MD5 c9beb4a47643787632f3a8010dba451f files/digest-httpush-0.9_beta11 65
-MD5 cfa3c24ec847923128dca5254b3eec89 httpush-0.9_beta11.ebuild 1414
+MD5 0188862935baa3d31e2cc8e72c6cb73a httpush-0.9_beta11.ebuild 1408
MD5 4465953c86462494dd13e67580e4fd8b metadata.xml 415
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2.1 (GNU/Linux)
-iD8DBQFD8J+GtG5z4I8BtQoRAr49AJ0U3EUczkHFfx1/AhupFh3sIkJw4wCfffmO
-ZvSJG5EIoaNSye5qsrqLrqU=
-=ArGC
+iD8DBQFEDIsajG8pv1lIUX4RAshKAJ9upcbBLvpdW+cSDw3f//tYuK4V2ACg4WNh
+xQMGJhszwsUNH1648DN84qA=
+=WYwv
-----END PGP SIGNATURE-----
diff --git a/net-proxy/httpush/httpush-0.9_beta11.ebuild b/net-proxy/httpush/httpush-0.9_beta11.ebuild
index 993c5be251d1..f0dc8b5920ae 100644
--- a/net-proxy/httpush/httpush-0.9_beta11.ebuild
+++ b/net-proxy/httpush/httpush-0.9_beta11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/httpush/httpush-0.9_beta11.ebuild,v 1.3 2006/02/13 15:02:40 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/httpush/httpush-0.9_beta11.ebuild,v 1.4 2006/03/06 19:18:38 mrness Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
-IUSE="xml2"
+IUSE="xml"
RDEPEND="dev-perl/URI
virtual/perl-MIME-Base64
@@ -21,15 +21,15 @@ RDEPEND="dev-perl/URI
dev-perl/Net-SSLeay
dev-perl/Crypt-SSLeay
dev-perl/HTML-Parser
- xml2? ( dev-perl/XML-Twig )"
+ xml? ( dev-perl/XML-Twig )"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
- if ! useq xml2 ; then
+ if ! use xml ; then
echo
einfo "If you'd like to use httpush's learning mode, please CTRL-C now"
- einfo "and enable the xml2 USE flag."
+ einfo "and enable the xml USE flag."
epause 3
echo
fi
@@ -37,7 +37,7 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i 's:^\(require httpush;\)$:push @INC, "/usr/lib/httpush";\n\1:' \
httpush.pl || die "sed INC failed"
sed -i 's:^\(.*DATADIR="\)data\(.*\)$:\1/var/lib/httpush\2:' *.pl \