diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:14:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:14:41 +0000 |
commit | 06b73af769fa91ca1e4183af479438603318049a (patch) | |
tree | 6c0ad0d0b4cb2a0e7d5c38075f8cfc76a007e25b /x11-plugins/wmacpimon | |
parent | (no commit message) (diff) | |
download | gentoo-2-import-1.1.1.tar.gz gentoo-2-import-1.1.1.tar.bz2 gentoo-2-import-1.1.1.zip |
*** empty log message ***import-1.1.1
Diffstat (limited to 'x11-plugins/wmacpimon')
-rw-r--r-- | x11-plugins/wmacpimon/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmacpimon/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/x11-plugins/wmacpimon/ChangeLog b/x11-plugins/wmacpimon/ChangeLog index ec7cc6b41c8c..63fb79e8dba7 100644 --- a/x11-plugins/wmacpimon/ChangeLog +++ b/x11-plugins/wmacpimon/ChangeLog @@ -1,8 +1,14 @@ # ChangeLog for x11-plugins/wmacpimon # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v 1.1 2004/07/08 12:33:43 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v 1.1.1.1 2005/11/30 10:10:45 chriswhite Exp $ + + 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmacpimon-0.2.1.ebuild: + Wiped out INSTALL from dodoc. *wmacpimon-0.2.1 (08 Jul 2004) + 13 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmacpimon-0.2.1.ebuild: + Stable for x86. + 08 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmacpimon-0.2.1.ebuild: Initial import. diff --git a/x11-plugins/wmacpimon/Manifest b/x11-plugins/wmacpimon/Manifest index b19b4da59f01..48c303c9e1c7 100644 --- a/x11-plugins/wmacpimon/Manifest +++ b/x11-plugins/wmacpimon/Manifest @@ -1,5 +1,5 @@ -MD5 204751753c7c54a5af4def4291ad80b8 wmacpimon-0.2.1.ebuild 1173 -MD5 7076aac96a81fc7175e6d1e225577357 ChangeLog 248 +MD5 9882ac8a3cef3fb607665d265bb343c1 wmacpimon-0.2.1.ebuild 1269 +MD5 350c63640c82a8db6121a3ad7cf4dba7 ChangeLog 544 MD5 e0610fd0e64292e0ea4a9c297dc47d65 metadata.xml 404 MD5 b6e42cf0c97a55a676c4b711c24f3779 files/wmacpimon.initscript 406 MD5 ea6be2a74e2041eff879cc7239852aa3 files/digest-wmacpimon-0.2.1 66 diff --git a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild index b1806e751955..f3f977ab0f2c 100644 --- a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild +++ b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.1 2004/07/08 12:33:43 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.1.1.1 2005/11/30 10:10:45 chriswhite Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/x11" @@ -37,7 +37,7 @@ src_compile() src_install() { dobin wmacpimond wmacpimon - dodoc AUTHORS ChangeLog README INSTALL + dodoc AUTHORS ChangeLog README exeinto /etc/init.d newexe ${FILESDIR}/wmacpimon.initscript wmacpimon } |