diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-12-13 08:36:40 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-12-13 08:36:40 +0000 |
commit | ba61e545e722c380c24b03b4c8a7d168c4ccdee6 (patch) | |
tree | 6f56e11241c7e1574e0bb9c6b948f5b5c25b9183 /x11-plugins/wmpasman | |
parent | Cleanup (diff) | |
download | historical-ba61e545e722c380c24b03b4c8a7d168c4ccdee6.tar.gz historical-ba61e545e722c380c24b03b4c8a7d168c4ccdee6.tar.bz2 historical-ba61e545e722c380c24b03b4c8a7d168c4ccdee6.zip |
Wipe out older version
Diffstat (limited to 'x11-plugins/wmpasman')
-rw-r--r-- | x11-plugins/wmpasman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpasman/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/wmpasman/files/digest-wmpasman-0.8.3 | 1 | ||||
-rw-r--r-- | x11-plugins/wmpasman/wmpasman-0.8.3.ebuild | 28 |
4 files changed, 6 insertions, 34 deletions
diff --git a/x11-plugins/wmpasman/ChangeLog b/x11-plugins/wmpasman/ChangeLog index bfc1bb9706a2..532d151e3490 100644 --- a/x11-plugins/wmpasman/ChangeLog +++ b/x11-plugins/wmpasman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpasman # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.8 2004/12/12 18:10:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.9 2004/12/13 08:36:40 s4t4n Exp $ + + 13 Dec 2004; Michele Noberasco <s4t4n@gentoo.org> wmpasman-0.8.3.ebuild: + Removed old ebuild. 12 Dec 2004; Jason Wever <weeve@gentoo.org> wmpasman-0.8.4.1.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmpasman/Manifest b/x11-plugins/wmpasman/Manifest index 61832988a56e..0b3614d81d1a 100644 --- a/x11-plugins/wmpasman/Manifest +++ b/x11-plugins/wmpasman/Manifest @@ -1,6 +1,4 @@ -MD5 84d3a4f0cc221ef5d82c7d640dcd0db3 ChangeLog 1120 -MD5 188645bb6b73407ee997a8e6902b184b metadata.xml 437 -MD5 0a878c5ea5c98877a1a67664c175f0fb wmpasman-0.8.3.ebuild 655 MD5 912520d30a8e9be5fc31f311022d8b30 wmpasman-0.8.4.1.ebuild 667 -MD5 feb60cb27910d9d56000bd78da854128 files/digest-wmpasman-0.8.3 66 +MD5 d91de169de914d85fd25373e63d02d58 ChangeLog 1218 +MD5 188645bb6b73407ee997a8e6902b184b metadata.xml 437 MD5 8be1a330c6fd84a9277df2360e6596d1 files/digest-wmpasman-0.8.4.1 68 diff --git a/x11-plugins/wmpasman/files/digest-wmpasman-0.8.3 b/x11-plugins/wmpasman/files/digest-wmpasman-0.8.3 deleted file mode 100644 index ba11953f2d71..000000000000 --- a/x11-plugins/wmpasman/files/digest-wmpasman-0.8.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 9a04639ae07897f2858dfd97e5bdf4ba wmpasman-0.8.3.tar.gz 216036 diff --git a/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild deleted file mode 100644 index b1b6a766b1c0..000000000000 --- a/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild,v 1.5 2004/07/30 01:35:32 s4t4n Exp $ - -IUSE="" - -DESCRIPTION="Password storage/retrieval in a dockapp" -HOMEPAGE="http://sourceforge.net/projects/wmpasman/" -SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 amd64" - -DEPEND=">=x11-libs/gtk+-2.4.1 - >=app-crypt/mhash-0.9.1 - >=app-crypt/mcrypt-2.6.4" - -src_install() -{ - einstall - dodoc BUGS ChangeLog README TODO WARNINGS -} - -pkg_postinst() -{ - ewarn "Please read the WARNINGS file." -} |