summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-06-15 16:54:50 +0000
committerJonathan Smith <smithj@gentoo.org>2005-06-15 16:54:50 +0000
commite89755086dc6ee41f2e939d19e19bc08c79203ed (patch)
tree0284c2677fe076feb5536d8839271946b247b00e /x11-misc/remind
parentxscreensaver USE flag offensive is global; removing it from local (diff)
downloadgentoo-2-e89755086dc6ee41f2e939d19e19bc08c79203ed.tar.gz
gentoo-2-e89755086dc6ee41f2e939d19e19bc08c79203ed.tar.bz2
gentoo-2-e89755086dc6ee41f2e939d19e19bc08c79203ed.zip
version bump for #89200
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/remind')
-rw-r--r--x11-misc/remind/ChangeLog7
-rw-r--r--x11-misc/remind/Manifest14
-rw-r--r--x11-misc/remind/files/digest-remind-03.00.231
-rw-r--r--x11-misc/remind/remind-03.00.23.ebuild17
4 files changed, 27 insertions, 12 deletions
diff --git a/x11-misc/remind/ChangeLog b/x11-misc/remind/ChangeLog
index e59a37566d7f..381e63dab653 100644
--- a/x11-misc/remind/ChangeLog
+++ b/x11-misc/remind/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/remind
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.5 2005/05/01 04:29:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.6 2005/06/15 16:54:50 smithj Exp $
+
+*remind-03.00.23 (15 Jun 2005)
+
+ 15 Jun 2005; Jonathan Smith <smithj@gentoo.org> +remind-03.00.23.ebuild:
+ version bump for #89200
01 May 2005; Aron Griffis <agriffis@gentoo.org> remind-03.00.22.ebuild:
stable on amd64
diff --git a/x11-misc/remind/Manifest b/x11-misc/remind/Manifest
index 97c3375540a8..081e696b3109 100644
--- a/x11-misc/remind/Manifest
+++ b/x11-misc/remind/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 0b104cf1f121e1e9e3b6e96374cb8ca6 remind-03.00.22.ebuild 556
MD5 229367d484530be306137e0c22beaea0 ChangeLog 630
MD5 854ad93ffa90b305b1f1f87592698ed8 metadata.xml 167
+MD5 0b104cf1f121e1e9e3b6e96374cb8ca6 remind-03.00.22.ebuild 556
+MD5 3e039e4d09892e907e1889f10f0e3787 remind-03.00.23.ebuild 460
MD5 375c9caf7bde9ce5f35f13bdeda4ca17 files/digest-remind-03.00.22 67
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCdF0VBXaUFmZvwyMRAjQzAJ9tGqW73QCIviIq/2ZBE130LYeTnQCglN29
-QmBXUjMGBpWvzIdE8GBNXP4=
-=Ed98
------END PGP SIGNATURE-----
+MD5 e303deb68b9bb5fad91b5fce2901bf56 files/digest-remind-03.00.23 67
diff --git a/x11-misc/remind/files/digest-remind-03.00.23 b/x11-misc/remind/files/digest-remind-03.00.23
new file mode 100644
index 000000000000..e008b82fcd61
--- /dev/null
+++ b/x11-misc/remind/files/digest-remind-03.00.23
@@ -0,0 +1 @@
+MD5 32504b3fbc66a1876be900b563efd766 remind-03.00.23.tar.gz 298411
diff --git a/x11-misc/remind/remind-03.00.23.ebuild b/x11-misc/remind/remind-03.00.23.ebuild
new file mode 100644
index 000000000000..9ceb08926d85
--- /dev/null
+++ b/x11-misc/remind/remind-03.00.23.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.23.ebuild,v 1.1 2005/06/15 16:54:50 smithj Exp $
+
+DESCRIPTION="Ridiculously functional reminder program"
+HOMEPAGE="http://www.roaringpenguin.com/penguin/open_source_remind.php"
+SRC_URI="http://www.roaringpenguin.com/penguin/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+ mkdir -p ${D}/usr/bin
+ mkdir -p ${D}/usr/share/man/man1
+ einstall || die
+}