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
commitbe49a577e98fba1580642cdbed39adbf79689e7f (patch)
tree83e0f15f5a8df2ecc437c169d780187198569877 /x11-misc/remind
parentxscreensaver USE flag offensive is global; removing it from local (diff)
downloadhistorical-be49a577e98fba1580642cdbed39adbf79689e7f.tar.gz
historical-be49a577e98fba1580642cdbed39adbf79689e7f.tar.bz2
historical-be49a577e98fba1580642cdbed39adbf79689e7f.zip
version bump for #89200
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/remind')
-rw-r--r--x11-misc/remind/ChangeLog7
-rw-r--r--x11-misc/remind/Manifest12
-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, 31 insertions, 6 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..9b312cba38e8 100644
--- a/x11-misc/remind/Manifest
+++ b/x11-misc/remind/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 0b104cf1f121e1e9e3b6e96374cb8ca6 remind-03.00.22.ebuild 556
-MD5 229367d484530be306137e0c22beaea0 ChangeLog 630
+MD5 e3f33b81d223f4e578298a666e2d6c01 ChangeLog 762
MD5 854ad93ffa90b305b1f1f87592698ed8 metadata.xml 167
+MD5 0b104cf1f121e1e9e3b6e96374cb8ca6 remind-03.00.22.ebuild 556
+MD5 3b99c5794840e2a06cc06c11925a652d remind-03.00.23.ebuild 562
MD5 375c9caf7bde9ce5f35f13bdeda4ca17 files/digest-remind-03.00.22 67
+MD5 e303deb68b9bb5fad91b5fce2901bf56 files/digest-remind-03.00.23 67
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCdF0VBXaUFmZvwyMRAjQzAJ9tGqW73QCIviIq/2ZBE130LYeTnQCglN29
-QmBXUjMGBpWvzIdE8GBNXP4=
-=Ed98
+iD8DBQFCsF2Wl5AvwDPiUowRAvvRAJ9QJZTnstC6+KLGLWvUMN4T0X1xpwCfT8dk
+/cx65oIEBFsNn//cb30ygEE=
+=jqUa
-----END PGP SIGNATURE-----
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
+}