summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/when/ChangeLog7
-rw-r--r--app-misc/when/Manifest14
-rw-r--r--app-misc/when/files/digest-when-1.0.121
-rw-r--r--app-misc/when/when-1.0.12.ebuild19
4 files changed, 29 insertions, 12 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog
index 8c87190432fe..7acf44a0ee01 100644
--- a/app-misc/when/ChangeLog
+++ b/app-misc/when/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/when
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.1 2004/12/18 20:37:11 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.2 2004/12/26 10:18:07 ka0ttic Exp $
+
+*when-1.0.12 (26 Dec 2004)
+
+ 26 Dec 2004; Aaron Walker <ka0ttic@gentoo.org> +when-1.0.12.ebuild:
+ Version bump.
*when-1.0.10 (18 Dec 2004)
diff --git a/app-misc/when/Manifest b/app-misc/when/Manifest
index e75d74cb39be..0e31bb3e630f 100644
--- a/app-misc/when/Manifest
+++ b/app-misc/when/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 250466fce0d98bb756915d05185ff639 when-1.0.10.ebuild 577
-MD5 cd89f1ac184108a2b3ec4d6e52f6f4f6 ChangeLog 334
+MD5 250466fce0d98bb756915d05185ff639 when-1.0.12.ebuild 577
+MD5 c18659697130c7728d9dbdd7ee1401ca ChangeLog 449
MD5 0c131a7201c4670302767f93643876fa metadata.xml 165
MD5 793ad5dbfc5d4e8f902c797958ee48d1 files/digest-when-1.0.10 62
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBxJUAEZCkKN40op4RAm9QAJ4572suuAKAI7dMYcRnxICXdVZYxgCgwNpu
-dfK8Eo71yw7X6Gu0UfPSn+c=
-=Fr9D
------END PGP SIGNATURE-----
+MD5 e95fd9afb691538508a2d04552da2994 files/digest-when-1.0.12 62
diff --git a/app-misc/when/files/digest-when-1.0.12 b/app-misc/when/files/digest-when-1.0.12
new file mode 100644
index 000000000000..ccc854b57c44
--- /dev/null
+++ b/app-misc/when/files/digest-when-1.0.12
@@ -0,0 +1 @@
+MD5 e404441c6368bdd20f94d69a271a2816 when-1.0.12.tar.gz 15224
diff --git a/app-misc/when/when-1.0.12.ebuild b/app-misc/when/when-1.0.12.ebuild
new file mode 100644
index 000000000000..4fdadc2572b8
--- /dev/null
+++ b/app-misc/when/when-1.0.12.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.0.12.ebuild,v 1.1 2004/12/26 10:18:07 ka0ttic Exp $
+
+DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic"
+HOMEPAGE="http://www.lightandmatter.com/when/when.html"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.005"
+
+src_install() {
+ dobin ${PN} || die "dobin failed"
+ dodoc README
+}