summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-03-22 14:57:01 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-03-22 14:57:01 +0000
commitca6f4323058df4b6ad0f3caa23915a7c23c150a1 (patch)
treef180104973df17a1aa715517c9ca4c716a9327d6 /net-misc/whatmask
parentSelect administrative mysql account used to initialize the database (#171711)... (diff)
downloadgentoo-2-ca6f4323058df4b6ad0f3caa23915a7c23c150a1.tar.gz
gentoo-2-ca6f4323058df4b6ad0f3caa23915a7c23c150a1.tar.bz2
gentoo-2-ca6f4323058df4b6ad0f3caa23915a7c23c150a1.zip
drop old
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-misc/whatmask')
-rw-r--r--net-misc/whatmask/ChangeLog5
-rw-r--r--net-misc/whatmask/files/digest-whatmask-1.13
-rw-r--r--net-misc/whatmask/whatmask-1.1.ebuild19
3 files changed, 4 insertions, 23 deletions
diff --git a/net-misc/whatmask/ChangeLog b/net-misc/whatmask/ChangeLog
index d5b2d168f57c..f4ec0336a019 100644
--- a/net-misc/whatmask/ChangeLog
+++ b/net-misc/whatmask/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/whatmask
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.16 2007/03/13 13:25:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.17 2007/03/22 14:57:01 armin76 Exp $
+
+ 22 Mar 2007; Raúl Porcel <armin76@gentoo.org> -whatmask-1.1.ebuild:
+ drop old
13 Mar 2007; Raúl Porcel <armin76@gentoo.org> whatmask-1.2.ebuild:
x86 stable
diff --git a/net-misc/whatmask/files/digest-whatmask-1.1 b/net-misc/whatmask/files/digest-whatmask-1.1
deleted file mode 100644
index a1c3dc9e84bf..000000000000
--- a/net-misc/whatmask/files/digest-whatmask-1.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2fa6b1bb18f037d0f9c3c8b2eed19277 whatmask-1.1.tar.gz 162664
-RMD160 45fa84dbb01c95dd1eee9554a5be3292f2ca68b1 whatmask-1.1.tar.gz 162664
-SHA256 036706bf8bf24553fb7ce8fd6cc367a1b41913a2de64ab7da2754eef400181ff whatmask-1.1.tar.gz 162664
diff --git a/net-misc/whatmask/whatmask-1.1.ebuild b/net-misc/whatmask/whatmask-1.1.ebuild
deleted file mode 100644
index 76d45ce6b387..000000000000
--- a/net-misc/whatmask/whatmask-1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.1.ebuild,v 1.14 2005/07/30 18:41:26 swegener Exp $
-
-IUSE=""
-DESCRIPTION="little C program to compute different subnet mask notations"
-HOMEPAGE="http://www.laffeycomputer.com/whatmask.html"
-SRC_URI="http://downloads.laffeycomputer.com/current_builds/whatmask/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc"
-
-DEPEND="virtual/libc"
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README INSTALL AUTHORS ChangeLog NEWS
-}