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 | 1fb26ca1e50cda9d2af2e382e07f1c0987f4e725 (patch) | |
tree | b90baaafac628f6880711b442cb1523be8306942 /x11-plugins/asmem | |
parent | Fixing bug #29163 (Manifest recommit) (diff) | |
download | gentoo-2-1fb26ca1e50cda9d2af2e382e07f1c0987f4e725.tar.gz gentoo-2-1fb26ca1e50cda9d2af2e382e07f1c0987f4e725.tar.bz2 gentoo-2-1fb26ca1e50cda9d2af2e382e07f1c0987f4e725.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" |