summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-07-08 11:59:01 +0000
committerTorsten Veller <tove@gentoo.org>2008-07-08 11:59:01 +0000
commitd40a2dd63360bb4326d734e6ff5e769da7847fd8 (patch)
tree3503b747f13b53ec15513931c8e957c9ceb7eb66 /x11-misc
parentVersion bump (diff)
downloadgentoo-2-d40a2dd63360bb4326d734e6ff5e769da7847fd8.tar.gz
gentoo-2-d40a2dd63360bb4326d734e6ff5e769da7847fd8.tar.bz2
gentoo-2-d40a2dd63360bb4326d734e6ff5e769da7847fd8.zip
Cleaning
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/remind/ChangeLog5
-rw-r--r--x11-misc/remind/remind-03.01.04.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/x11-misc/remind/ChangeLog b/x11-misc/remind/ChangeLog
index 8b940357098a..67fdb1aef4a5 100644
--- a/x11-misc/remind/ChangeLog
+++ b/x11-misc/remind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/remind
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.35 2008/06/12 12:31:11 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.36 2008/07/08 11:59:01 tove Exp $
+
+ 08 Jul 2008; Torsten Veller <tove@gentoo.org> -remind-03.01.04.ebuild:
+ Cleaning
12 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
remind-03.01.05.ebuild:
diff --git a/x11-misc/remind/remind-03.01.04.ebuild b/x11-misc/remind/remind-03.01.04.ebuild
deleted file mode 100644
index e1d31e22d14f..000000000000
--- a/x11-misc/remind/remind-03.01.04.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.01.04.ebuild,v 1.5 2008/03/30 11:13:10 armin76 Exp $
-
-MY_P=${P/_beta/-BETA-}
-
-DESCRIPTION="Ridiculously functional reminder program"
-HOMEPAGE="http://www.roaringpenguin.com/en/penguin/openSourceProducts/remind"
-SRC_URI="http://www.roaringpenguin.com/files/download/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE="tk"
-
-RDEPEND="tk? ( dev-lang/tk dev-tcltk/tcllib )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- sed -i 's:$(MAKE) install:&-nostripped:' "${S}"/Makefile || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dobin www/rem2html || die "dobin failed"
-
- dodoc README COPYRIGHT WINDOWS www/README.* || die "dodoc failed"
-
- if ! use tk ; then
- rm "${D}"/usr/bin/tkremind "${D}"/usr/share/man/man1/tkremind* \
- "${D}"/usr/bin/cm2rem* "${D}"/usr/share/man/man1/cm2rem*
- fi
-}
-
-pkg_postinst() {
- elog "Some changes from 03.00.24:"
- elog "A reminders filename must be supplied to 'remind'. It is no longer"
- elog "optional. You can use 'rem' instead."
- elog "The environment variable that may contain your default reminders"
- elog "filename was renamed from DOT_REMINDERS to DOTREMINDERS."
-}