diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:52:14 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:52:14 +0000 |
commit | 1a304a03c2fb4684f278fb9deb088ffb4bc52e34 (patch) | |
tree | d5a2ea135063346fddbc5bd4b5e1917146633dfc /x11-plugins/wmapm | |
parent | reshuffle metadata.xml (diff) | |
download | gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.tar.gz gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.tar.bz2 gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.zip |
header fix
Diffstat (limited to 'x11-plugins/wmapm')
-rw-r--r-- | x11-plugins/wmapm/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmapm/wmapm-3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmapm/wmapm-3.1.ebuild | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11-plugins/wmapm/Manifest b/x11-plugins/wmapm/Manifest index dff05e898897..f257ef9a33e4 100644 --- a/x11-plugins/wmapm/Manifest +++ b/x11-plugins/wmapm/Manifest @@ -1,5 +1,5 @@ MD5 3c8e201956c957b455304463207fcc41 ChangeLog 1030 -MD5 9d29863ffb7569576ec2d74b304f98aa wmapm-3.1-r1.ebuild 683 -MD5 e391e34b82c8cbef70cd0361febad8b1 wmapm-3.1.ebuild 636 +MD5 6b911c1bf08d28beb4dd06f228977b05 wmapm-3.1-r1.ebuild 681 +MD5 c88745be4915f9b9fb0ab26521f8bc5f wmapm-3.1.ebuild 642 MD5 9ab1770653f3d1f164714a1862b98560 files/digest-wmapm-3.1 60 MD5 9ab1770653f3d1f164714a1862b98560 files/digest-wmapm-3.1-r1 60 diff --git a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild index fd18f9b8b537..33096a4b08ec 100644 --- a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild +++ b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.4 2003/09/06 05:56:25 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.5 2003/09/29 21:51:37 mholzer Exp $ S=${WORKDIR}/${P}/${PN} DESCRIPTION="WindowMaker DockApp: Battery/Power status monitor for laptops" @@ -9,7 +9,7 @@ HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" DEPEND="virtual/x11" diff --git a/x11-plugins/wmapm/wmapm-3.1.ebuild b/x11-plugins/wmapm/wmapm-3.1.ebuild index 3f3b393c50da..a24ea03def36 100644 --- a/x11-plugins/wmapm/wmapm-3.1.ebuild +++ b/x11-plugins/wmapm/wmapm-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Vitaly Kushneriuk +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1.ebuild,v 1.4 2003/09/06 05:56:25 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1.ebuild,v 1.5 2003/09/29 21:51:37 mholzer Exp $ DESCRIPTION="WMaker DockApp: Battery/Power status monitor for laptops" SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" @@ -8,11 +8,11 @@ HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" DEPEND="virtual/x11" -S=${WORKDIR}/${P}/wmapm +S=${WORKDIR}/${P}/${PN} src_compile() { emake || die |