summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-08-03 14:16:58 +0000
committerJeroen Roovers <jer@gentoo.org>2011-08-03 14:16:58 +0000
commitde4f660ff6517e6a59f7817a8f2ea5ae8ffe34df (patch)
treebc1506961580ddaf89d627d1a9b3728ab3f8ac09 /net-misc
parentFix a) paxmarkings on installer and b) RWX GNU STACK on libstl.so (diff)
downloadgentoo-2-de4f660ff6517e6a59f7817a8f2ea5ae8ffe34df.tar.gz
gentoo-2-de4f660ff6517e6a59f7817a8f2ea5ae8ffe34df.tar.bz2
gentoo-2-de4f660ff6517e6a59f7817a8f2ea5ae8ffe34df.zip
Old.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/whatmask/ChangeLog5
-rw-r--r--net-misc/whatmask/whatmask-1.2.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/net-misc/whatmask/ChangeLog b/net-misc/whatmask/ChangeLog
index 2d71895abf78..fa6076cc4be6 100644
--- a/net-misc/whatmask/ChangeLog
+++ b/net-misc/whatmask/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/whatmask
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.25 2011/06/25 18:42:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.26 2011/08/03 14:16:58 jer Exp $
+
+ 03 Aug 2011; Jeroen Roovers <jer@gentoo.org> -whatmask-1.2.ebuild:
+ ^
25 Jun 2011; Raúl Porcel <armin76@gentoo.org> whatmask-1.2-r1.ebuild:
sparc stable wrt #369233
diff --git a/net-misc/whatmask/whatmask-1.2.ebuild b/net-misc/whatmask/whatmask-1.2.ebuild
deleted file mode 100644
index 8c9fea599a84..000000000000
--- a/net-misc/whatmask/whatmask-1.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2.ebuild,v 1.12 2009/09/23 19:48:52 patrick 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="amd64 hppa ppc sparc x86"
-
-DEPEND=""
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README INSTALL AUTHORS ChangeLog NEWS
-}