diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-15 12:59:58 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-15 12:59:58 +0000 |
commit | 186247a160d5f1faabc6db471c0f7b12361901c4 (patch) | |
tree | ce6253203cfe31342c1ac56359fe02987da28f49 /x11-plugins/asmem | |
parent | Fixing bug #29163 (diff) | |
download | historical-186247a160d5f1faabc6db471c0f7b12361901c4.tar.gz historical-186247a160d5f1faabc6db471c0f7b12361901c4.tar.bz2 historical-186247a160d5f1faabc6db471c0f7b12361901c4.zip |
Inherit eutils, amd64 and x86 unmasks.
Diffstat (limited to 'x11-plugins/asmem')
-rw-r--r-- | x11-plugins/asmem/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/asmem/asmem-1.9.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-plugins/asmem/ChangeLog b/x11-plugins/asmem/ChangeLog index ee559e1d5087..abecc2810278 100644 --- a/x11-plugins/asmem/ChangeLog +++ b/x11-plugins/asmem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asmem -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.1 2003/06/05 11:05:03 robh Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.2 2004/03/15 12:59:58 aliz Exp $ + + 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> asmem-1.9.ebuild: + inherit eutils for epatch. *asmem-1.9 (5 June 2003) diff --git a/x11-plugins/asmem/asmem-1.9.ebuild b/x11-plugins/asmem/asmem-1.9.ebuild index 9018f71c0c82..ce0bb6992508 100644 --- a/x11-plugins/asmem/asmem-1.9.ebuild +++ b/x11-plugins/asmem/asmem-1.9.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.9.ebuild,v 1.3 2004/01/04 18:36:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.9.ebuild,v 1.4 2004/03/15 12:59:58 aliz Exp $ + +inherit eutils DESCRIPTION="Memory statistics monitor utility for X Windows" SRC_URI="http://www.tigr.net/afterstep/download/asmem/${P}.tar.gz" |