summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2005-06-04 12:38:37 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2005-06-04 12:38:37 +0000
commit25445c09f91a0e778c62f979cb3a91a66b93ddbc (patch)
treeec63e3a29b554a9968b9a59b09b296411437224c /x11-misc/msetimon
parentFixed multilib handling. (diff)
downloadgentoo-2-25445c09f91a0e778c62f979cb3a91a66b93ddbc.tar.gz
gentoo-2-25445c09f91a0e778c62f979cb3a91a66b93ddbc.tar.bz2
gentoo-2-25445c09f91a0e778c62f979cb3a91a66b93ddbc.zip
Version bump. Does also fix bug #63039.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/msetimon')
-rw-r--r--x11-misc/msetimon/ChangeLog9
-rw-r--r--x11-misc/msetimon/Manifest4
-rw-r--r--x11-misc/msetimon/files/digest-msetimon-2.781
-rw-r--r--x11-misc/msetimon/msetimon-2.78.ebuild23
4 files changed, 34 insertions, 3 deletions
diff --git a/x11-misc/msetimon/ChangeLog b/x11-misc/msetimon/ChangeLog
index 696d65e3bf87..64bb26542b06 100644
--- a/x11-misc/msetimon/ChangeLog
+++ b/x11-misc/msetimon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/msetimon
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/msetimon/ChangeLog,v 1.7 2004/06/24 22:29:29 agriffis Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/msetimon/ChangeLog,v 1.8 2005/06/04 12:38:37 pyrania Exp $
+
+*msetimon-2.78 (04 Jun 2005)
+
+ 04 Jun 2005; Markus Nigbur <pyrania@gentoo.org> +msetimon-2.78.ebuild:
+ Version bump. Does also fix bug #63039.
19 Jun 2004; <pyrania@gentoo.org> msetimon-2.07.ebuild:
Added IUSE.
diff --git a/x11-misc/msetimon/Manifest b/x11-misc/msetimon/Manifest
index fbff1720a2e8..05b5540c9c8d 100644
--- a/x11-misc/msetimon/Manifest
+++ b/x11-misc/msetimon/Manifest
@@ -1,3 +1,5 @@
-MD5 703efa4d61abc0bfc136fa43ebb25fee msetimon-2.07.ebuild 731
MD5 0a23d57819afdd206b993de5d9b0a52f ChangeLog 612
+MD5 703efa4d61abc0bfc136fa43ebb25fee msetimon-2.07.ebuild 731
+MD5 c5c83e7b4998c582d6a3992fae157b2d msetimon-2.78.ebuild 629
+MD5 b50a8e14ac6a6a1435b7292d9a9c1b35 files/digest-msetimon-2.78 83
MD5 20e21ddbeb262f988690a411638f0f90 files/digest-msetimon-2.07 77
diff --git a/x11-misc/msetimon/files/digest-msetimon-2.78 b/x11-misc/msetimon/files/digest-msetimon-2.78
new file mode 100644
index 000000000000..1ff1f993386d
--- /dev/null
+++ b/x11-misc/msetimon/files/digest-msetimon-2.78
@@ -0,0 +1 @@
+MD5 07804050af774f6c9f0a5bcf652df038 msetimon-i386-linux-lib6c-2-78.tar.gz 1403132
diff --git a/x11-misc/msetimon/msetimon-2.78.ebuild b/x11-misc/msetimon/msetimon-2.78.ebuild
new file mode 100644
index 000000000000..3f865521d915
--- /dev/null
+++ b/x11-misc/msetimon/msetimon-2.78.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/msetimon/msetimon-2.78.ebuild,v 1.1 2005/06/04 12:38:37 pyrania Exp $
+
+MY_P=${PN}-i386-linux-lib6c-${PV/./-}
+DESCRIPTION="A GUI utility for monitoring the SETI@Home client"
+NAME="msetimon"
+SRC_URI="mirror://sourceforge/msetimon/${MY_P}.tar.gz"
+HOMEPAGE="http://msetimon.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+S=${WORKDIR}/${MY_P}
+
+src_install () {
+ dobin msetimon || die "install failed"
+ dodoc README_msetimon.txt
+}