diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 23:01:25 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 23:01:25 +0000 |
commit | ab84d9856746ca08db9a8060a0f6150c3ccc3793 (patch) | |
tree | 1cfd4f39d4d257d3628bbcd4d67d6ce926006381 /dev-python/adns-python | |
parent | Version bumped, bug #280364. Removed old versions. (diff) | |
download | gentoo-2-ab84d9856746ca08db9a8060a0f6150c3ccc3793.tar.gz gentoo-2-ab84d9856746ca08db9a8060a0f6150c3ccc3793.tar.bz2 gentoo-2-ab84d9856746ca08db9a8060a0f6150c3ccc3793.zip |
Remove unused patch.
Diffstat (limited to 'dev-python/adns-python')
-rw-r--r-- | dev-python/adns-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/adns-python/Manifest | 3 | ||||
-rw-r--r-- | dev-python/adns-python/files/adns-python-1.1.1-adns-1.3.patch | 20 |
3 files changed, 7 insertions, 24 deletions
diff --git a/dev-python/adns-python/ChangeLog b/dev-python/adns-python/ChangeLog index 7ea733696574..e36bfd03e16b 100644 --- a/dev-python/adns-python/ChangeLog +++ b/dev-python/adns-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/adns-python -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.25 2009/04/24 14:36:41 patrick Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/adns-python/ChangeLog,v 1.26 2009/09/06 23:01:24 idl0r Exp $ + + 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> + -files/adns-python-1.1.1-adns-1.3.patch: + Remove unused patch. 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> -adns-python-1.1.1.ebuild: Remove old diff --git a/dev-python/adns-python/Manifest b/dev-python/adns-python/Manifest index d31f1b942f44..ef13f49a54f2 100644 --- a/dev-python/adns-python/Manifest +++ b/dev-python/adns-python/Manifest @@ -1,5 +1,4 @@ -AUX adns-python-1.1.1-adns-1.3.patch 588 RMD160 1d7170d1508c2e3cc035f1641de45af230e27b8f SHA1 548185dc2a79789a08f63361f4cb3c705c2c7e87 SHA256 3bbc7780c2e8191070fe89a204cb3ab55f2f59df5739b64c013d9b12c1eaa5da DIST adns-python-1.2.1.tar.gz 18252 RMD160 772d0b71b81ecc8af204c0c9a7b3af02a228c3a8 SHA1 3901d5081744ba528ed5933442fe4cf516e86084 SHA256 30f4ae0c40f6b09b0fad60c1aa4b4b9ff250e62f6e5e6cc112949f880359a23e EBUILD adns-python-1.2.1.ebuild 539 RMD160 6b09e3f508afd476fc73dc0195f478d106ad4b10 SHA1 09b8c5755a55a74a376b9c897819c0c8687d1b29 SHA256 680d821079a67f02572f331b1f2c9e6de5c75e8b7c40900693b7dd9e57771da3 -MISC ChangeLog 2944 RMD160 f80834558b83b8003de8bca64c29848a761dff7d SHA1 fce2d1dbe6fd4cb4337147df680a3c0f10f91448 SHA256 47fe5d26383b61ff7d576bbf5dc3e540cb32eb7449a0bd78b8c44ad8a6a9ba3b +MISC ChangeLog 3063 RMD160 4c291b8bfb1e891a544253e3f7032b7132fe1f0d SHA1 b400b06e2e67fddab4208baeb4a3fa9a46be8888 SHA256 26ab03ae188e3f031575f399f021967b37fa0940fb25cc05ff238a2cd87a9539 MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 diff --git a/dev-python/adns-python/files/adns-python-1.1.1-adns-1.3.patch b/dev-python/adns-python/files/adns-python-1.1.1-adns-1.3.patch deleted file mode 100644 index fac89d73b9b0..000000000000 --- a/dev-python/adns-python/files/adns-python-1.1.1-adns-1.3.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- adnsmodule.c.old 2006-10-16 12:27:50.000000000 +0200 -+++ adnsmodule.c 2006-10-16 12:28:05.000000000 +0200 -@@ -88,7 +88,7 @@ - }; - - static _constant_class adns_rr[] = { -- { "typemask", adns__rrt_typemask }, -+ { "typemask", adns_rrt_typemask }, - { "deref", adns__qtf_deref }, - { "mail822", adns__qtf_mail822 }, - { "none", adns_r_none }, -@@ -184,7 +184,7 @@ - { - PyObject *o, *rrs; - int i; -- adns_rrtype t = answer->type & adns__rrt_typemask; -+ adns_rrtype t = answer->type & adns_rrt_typemask; - adns_rrtype td = answer->type & adns__qtf_deref; - - rrs = PyTuple_New(answer->nrrs); |