summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-10 07:59:25 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-10 07:59:25 +0000
commit61a32b585c62544cdf79af41227b33a53b2868e3 (patch)
tree0bff7672daa3cc0d8b65fe4d5532e123ab7ff4c9 /net-mail/fetchmail
parentVersion bump (diff)
downloadhistorical-61a32b585c62544cdf79af41227b33a53b2868e3.tar.gz
historical-61a32b585c62544cdf79af41227b33a53b2868e3.tar.bz2
historical-61a32b585c62544cdf79af41227b33a53b2868e3.zip
Drop unused autotools eclass and myconf variable
Package-Manager: portage-2.2_rc91/cvs/Linux x86_64
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r--net-mail/fetchmail/Manifest2
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.18.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 55503c366a49..bb12e46619d5 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -6,6 +6,6 @@ DIST fetchmail-6.3.17.tar.bz2 1642598 RMD160 a908da76b9d729dee7c6457b89a342be677
DIST fetchmail-6.3.18.tar.bz2 1683949 RMD160 cbec43560a52f3637fe085e06d6a882f3c425dd0 SHA1 da098b76bb867eb47a00c7588df621c7f6507b53 SHA256 cd916c8409bfbf6c869a2892b429f6d6cc6270072a138356c091c2992474faaf
EBUILD fetchmail-6.3.17-r1.ebuild 2990 RMD160 2d4910f4b73312e95f5d1d2ec96a05d4161f62b6 SHA1 5c3eea332d3e8de8fb072b097ff2d05c423142f0 SHA256 4b924a96de0f933c06d402ec2bb0c5df4119daac54e2993c32df83af989b6e0c
EBUILD fetchmail-6.3.17.ebuild 2870 RMD160 6f0550eff99ad4f1cf687c23576a5497d2e33223 SHA1 82beec6d4f02a0a1ad840a88553b2895cb2b53bd SHA256 b4898ce61e5994c8c6603c4bb40adcddedee0063c5923b31f9a3960e556f6fe5
-EBUILD fetchmail-6.3.18.ebuild 2397 RMD160 abeda1b39d60be60f6ca03e5f76be079567b73b6 SHA1 64393cdd1bab9b495dc2ad7cdadd6fa272d422ab SHA256 9e4b2f8ab48bd19222d9e2a633ce58ead380f43832061cfeeb36406973383082
+EBUILD fetchmail-6.3.18.ebuild 2373 RMD160 689b3b37fcd6e3fb95a6f73144b50b8011b6bc51 SHA1 eb2ad0810b3901e26a44aa3ea388e9cd51223b48 SHA256 8c968ec4bb50f99c7f09d71b97144875afbe34558ce6bbf7009dc1bd5cdbe524
MISC ChangeLog 28637 RMD160 7bbc471842d5e6cc894f4f03686031b8e3e8daaa SHA1 f1e237dd3de8606cb8ff469e1b8c88eb4078e44c SHA256 c1444c97c7349c3e4f0d318a61f5a9ec1e9b5b5755146dcd21c37cd556a59e69
MISC metadata.xml 337 RMD160 eae9cac549cbc847c52c0bc2f49e95bc9daad1a3 SHA1 fafb54bde1a25c573453bb3e6083d840718badb5 SHA256 d7909df61f65b68b111f92105f40bebaf5f5f7314f49be27ab4d05e43cc996a4
diff --git a/net-mail/fetchmail/fetchmail-6.3.18.ebuild b/net-mail/fetchmail/fetchmail-6.3.18.ebuild
index 32f9296a8829..97b288b0b427 100644
--- a/net-mail/fetchmail/fetchmail-6.3.18.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild,v 1.1 2010/10/10 07:57:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild,v 1.2 2010/10/10 07:59:25 tove Exp $
EAPI=2
@@ -8,7 +8,7 @@ PYTHON_DEPEND="tk? 2"
PYTHON_USE_WITH_OPT="tk"
PYTHON_USE_WITH="tk"
-inherit python eutils autotools
+inherit python eutils
DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
HOMEPAGE="http://fetchmail.berlios.de"
@@ -55,8 +55,7 @@ src_configure() {
$(use kerberos && echo "--with-ssl" ) \
$(use_with kerberos gssapi) \
$(use_with kerberos kerberos5) \
- $(use_with hesiod) \
- ${myconf}
+ $(use_with hesiod)
}
src_install() {