summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-01-19 16:36:10 +0000
committerJeroen Roovers <jer@gentoo.org>2012-01-19 16:36:10 +0000
commit061829c6368120c71e5c381d6089d727c1467c47 (patch)
treee6d26288779c97218cdf8e3d02a1e357d585895f /net-misc/whatmask
parentMask experimental mail-mta/postfix-2.10 versions (diff)
downloadgentoo-2-061829c6368120c71e5c381d6089d727c1467c47.tar.gz
gentoo-2-061829c6368120c71e5c381d6089d727c1467c47.tar.bz2
gentoo-2-061829c6368120c71e5c381d6089d727c1467c47.zip
Reduce number of lines of code.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/whatmask')
-rw-r--r--net-misc/whatmask/ChangeLog7
-rw-r--r--net-misc/whatmask/whatmask-1.2-r1.ebuild13
2 files changed, 10 insertions, 10 deletions
diff --git a/net-misc/whatmask/ChangeLog b/net-misc/whatmask/ChangeLog
index fa6076cc4be6..01de46e574f3 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.26 2011/08/03 14:16:58 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.27 2012/01/19 16:36:10 jer Exp $
+
+ 19 Jan 2012; Jeroen Roovers <jer@gentoo.org> whatmask-1.2-r1.ebuild:
+ Reduce number of lines of code.
03 Aug 2011; Jeroen Roovers <jer@gentoo.org> -whatmask-1.2.ebuild:
^
diff --git a/net-misc/whatmask/whatmask-1.2-r1.ebuild b/net-misc/whatmask/whatmask-1.2-r1.ebuild
index 379ffcb6e850..ba77aad9fa21 100644
--- a/net-misc/whatmask/whatmask-1.2-r1.ebuild
+++ b/net-misc/whatmask/whatmask-1.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2-r1.ebuild,v 1.6 2011/06/25 18:42:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2-r1.ebuild,v 1.7 2012/01/19 16:36:10 jer Exp $
-EAPI="2"
+EAPI="4"
inherit toolchain-funcs
@@ -15,11 +15,8 @@ SLOT="0"
KEYWORDS="amd64 hppa ppc sparc x86"
IUSE=""
+DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
+
src_prepare() {
tc-export CC
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README INSTALL AUTHORS ChangeLog NEWS
-}