summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-30 01:35:32 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-30 01:35:32 +0000
commit41c79e3bd4240a8726be6b58aa64e93753019c0a (patch)
tree0846ba2483bf032f28c071f13afc498beeb82f6a /x11-plugins
parentletting user add ~x86 instead of making it default (diff)
downloadhistorical-41c79e3bd4240a8726be6b58aa64e93753019c0a.tar.gz
historical-41c79e3bd4240a8726be6b58aa64e93753019c0a.tar.bz2
historical-41c79e3bd4240a8726be6b58aa64e93753019c0a.zip
Bump x11-plugins/wmpasman to versino 0.8.4.1. Update DEPEND in all ebuilds...
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmpasman/ChangeLog10
-rw-r--r--x11-plugins/wmpasman/Manifest6
-rw-r--r--x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.11
-rw-r--r--x11-plugins/wmpasman/wmpasman-0.8.3.ebuild16
-rw-r--r--x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild28
5 files changed, 50 insertions, 11 deletions
diff --git a/x11-plugins/wmpasman/ChangeLog b/x11-plugins/wmpasman/ChangeLog
index a47014d6a348..6231c649f214 100644
--- a/x11-plugins/wmpasman/ChangeLog
+++ b/x11-plugins/wmpasman/ChangeLog
@@ -1,6 +1,14 @@
# 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.2 2004/06/24 23:15:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.3 2004/07/30 01:35:32 s4t4n Exp $
+
+*wmpasman-0.8.4.1 (30 Jul 2004)
+
+ 30 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmpasman-0.8.4.1.ebuild:
+ Version bump. This version fixes a bug that prevented the app window
+ to show up...
+ wmpasman-0.8.3.ebuild:
+ Update DEPEND
*wmpasman-0.8.3 (15 Aug 2003)
diff --git a/x11-plugins/wmpasman/Manifest b/x11-plugins/wmpasman/Manifest
index 55c27c632810..ad9973ac26bf 100644
--- a/x11-plugins/wmpasman/Manifest
+++ b/x11-plugins/wmpasman/Manifest
@@ -1,4 +1,6 @@
-MD5 8308d49a5338e13bd595cff7d23fb7bf wmpasman-0.8.3.ebuild 642
-MD5 3f68c7b06518efd229a64ebb676970fc ChangeLog 373
+MD5 0a878c5ea5c98877a1a67664c175f0fb wmpasman-0.8.3.ebuild 655
+MD5 75257128c3134dcb256043b4e072b71f wmpasman-0.8.4.1.ebuild 658
+MD5 4d2fce200882dad704a54c95dedf7610 ChangeLog 609
MD5 188645bb6b73407ee997a8e6902b184b metadata.xml 437
+MD5 8be1a330c6fd84a9277df2360e6596d1 files/digest-wmpasman-0.8.4.1 68
MD5 feb60cb27910d9d56000bd78da854128 files/digest-wmpasman-0.8.3 66
diff --git a/x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.1 b/x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.1
new file mode 100644
index 000000000000..28468517498a
--- /dev/null
+++ b/x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.1
@@ -0,0 +1 @@
+MD5 3ec70311741be17c659cfcabc112d7e2 wmpasman-0.8.4.1.tar.gz 226277
diff --git a/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild
index a28fa1f91009..b1b6a766b1c0 100644
--- a/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild
+++ b/x11-plugins/wmpasman/wmpasman-0.8.3.ebuild
@@ -1,6 +1,6 @@
# 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.4 2004/06/24 23:15:40 agriffis Exp $
+# $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=""
@@ -12,17 +12,17 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 amd64"
-DEPEND=">=x11-libs/gtk+-2.0
- app-crypt/mhash
- app-crypt/mcrypt"
+DEPEND=">=x11-libs/gtk+-2.4.1
+ >=app-crypt/mhash-0.9.1
+ >=app-crypt/mcrypt-2.6.4"
-src_install() {
+src_install()
+{
einstall
-
dodoc BUGS ChangeLog README TODO WARNINGS
}
-pkg_postinst() {
+pkg_postinst()
+{
ewarn "Please read the WARNINGS file."
}
-
diff --git a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild
new file mode 100644
index 000000000000..ec0359fb3fc5
--- /dev/null
+++ b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild
@@ -0,0 +1,28 @@
+# 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.4.1.ebuild,v 1.1 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."
+}