diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 06:56:30 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-05-05 06:56:30 +0000 |
commit | 0323be371694884fc2d3ee940b8e69e654592719 (patch) | |
tree | a5f11fce5e67990d4051f75107f1ce160c9080bc /app-xemacs/net-utils | |
parent | einfo -> elog #139814 by Renat Lumpau (diff) | |
download | historical-0323be371694884fc2d3ee940b8e69e654592719.tar.gz historical-0323be371694884fc2d3ee940b8e69e654592719.tar.bz2 historical-0323be371694884fc2d3ee940b8e69e654592719.zip |
Version bump; remove older version
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-xemacs/net-utils')
-rw-r--r-- | app-xemacs/net-utils/ChangeLog | 12 | ||||
-rw-r--r-- | app-xemacs/net-utils/files/digest-net-utils-1.48 | 3 | ||||
-rw-r--r-- | app-xemacs/net-utils/files/digest-net-utils-1.52 | 3 | ||||
-rw-r--r-- | app-xemacs/net-utils/net-utils-1.52.ebuild (renamed from app-xemacs/net-utils/net-utils-1.48.ebuild) | 22 |
4 files changed, 19 insertions, 21 deletions
diff --git a/app-xemacs/net-utils/ChangeLog b/app-xemacs/net-utils/ChangeLog index 9544d17d1ae1..b84f0d64e2ce 100644 --- a/app-xemacs/net-utils/ChangeLog +++ b/app-xemacs/net-utils/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-xemacs/net-utils -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/net-utils/ChangeLog,v 1.12 2006/12/22 09:32:36 graaff Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/net-utils/ChangeLog,v 1.13 2007/05/05 06:52:50 graaff Exp $ + +*net-utils-1.52 (05 May 2007) + + 05 May 2007; Hans de Graaff <graaff@gentoo.org> -net-utils-1.48.ebuild, + +net-utils-1.52.ebuild: + Version bump: json mode added, dependency on w3 removed and overall dependency + cleanup, warnings and whitespace fixes. + Remove older version *net-utils-1.49 (22 Dec 2006) diff --git a/app-xemacs/net-utils/files/digest-net-utils-1.48 b/app-xemacs/net-utils/files/digest-net-utils-1.48 deleted file mode 100644 index 49576ba0c372..000000000000 --- a/app-xemacs/net-utils/files/digest-net-utils-1.48 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 09cd58b37a72e17ff53c05ba1e67cf2f net-utils-1.48-pkg.tar.gz 155120 -RMD160 3e8575223e54a1fe36b95d348481ad6c26bbd04f net-utils-1.48-pkg.tar.gz 155120 -SHA256 f234f5071bf2f7e46f72c7b33790a2babf5429849bc23c82c7ae0c158e4ec70a net-utils-1.48-pkg.tar.gz 155120 diff --git a/app-xemacs/net-utils/files/digest-net-utils-1.52 b/app-xemacs/net-utils/files/digest-net-utils-1.52 new file mode 100644 index 000000000000..b676a2175269 --- /dev/null +++ b/app-xemacs/net-utils/files/digest-net-utils-1.52 @@ -0,0 +1,3 @@ +MD5 a14b86b4e30eda7e744de55de087fbea net-utils-1.52-pkg.tar.gz 155813 +RMD160 65fcc9c39415deaecd562ba58441a9f543f6bd5b net-utils-1.52-pkg.tar.gz 155813 +SHA256 3b0e5e5ef723a7e9b2b84b2a9d76a83e584dadd7a1eb9f2f6b6eb9d8aa3a08da net-utils-1.52-pkg.tar.gz 155813 diff --git a/app-xemacs/net-utils/net-utils-1.48.ebuild b/app-xemacs/net-utils/net-utils-1.52.ebuild index c4472ccaf4af..ec94074448d9 100644 --- a/app-xemacs/net-utils/net-utils-1.48.ebuild +++ b/app-xemacs/net-utils/net-utils-1.52.ebuild @@ -1,27 +1,17 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/net-utils/net-utils-1.48.ebuild,v 1.1 2006/11/12 18:23:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/net-utils/net-utils-1.52.ebuild,v 1.1 2007/05/05 06:52:50 graaff Exp $ SLOT="0" IUSE="" DESCRIPTION="Miscellaneous Networking Utilities." PKG_CAT="standard" -RDEPEND="app-xemacs/bbdb -app-xemacs/w3 -app-xemacs/efs -app-xemacs/mail-lib -app-xemacs/xemacs-base -app-xemacs/xemacs-eterm -app-xemacs/sh-script +RDEPEND="app-xemacs/mail-lib app-xemacs/gnus -app-xemacs/rmail -app-xemacs/tm -app-xemacs/apel -app-xemacs/vm -app-xemacs/mh-e -app-xemacs/mew -app-xemacs/ecrypto +app-xemacs/bbdb +app-xemacs/xemacs-base +app-xemacs/efs " KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" |