diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-07-23 02:45:38 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-07-23 02:45:38 +0000 |
commit | 4424e607aa68f13b50a3101724aeb9e9593adc6a (patch) | |
tree | 444e715ff15cd628c3440a4d161adfb321e84d65 /app-misc | |
parent | apgdiff: version bump (diff) | |
download | gentoo-2-4424e607aa68f13b50a3101724aeb9e9593adc6a.tar.gz gentoo-2-4424e607aa68f13b50a3101724aeb9e9593adc6a.tar.bz2 gentoo-2-4424e607aa68f13b50a3101724aeb9e9593adc6a.zip |
Version bump, thanks to Tim Harder in bug 329347
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/when/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/when/when-1.1.20.ebuild (renamed from app-misc/when/when-1.1.16-r1.ebuild) | 18 |
2 files changed, 16 insertions, 10 deletions
diff --git a/app-misc/when/ChangeLog b/app-misc/when/ChangeLog index d1477b0b1876..d23af519d330 100644 --- a/app-misc/when/ChangeLog +++ b/app-misc/when/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/when # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.36 2010/06/15 11:50:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/ChangeLog,v 1.37 2010/07/23 02:45:38 darkside Exp $ + +*when-1.1.20 (23 Jul 2010) + + 23 Jul 2010; Jeremy Olexa <darkside@gentoo.org> -when-1.1.16-r1.ebuild, + +when-1.1.20.ebuild: + Version bump, thanks to Tim Harder in bug 329347 *when-1.1.16-r1 (15 Jun 2010) diff --git a/app-misc/when/when-1.1.16-r1.ebuild b/app-misc/when/when-1.1.20.ebuild index b062452dcaab..647d3c2c2169 100644 --- a/app-misc/when/when-1.1.16-r1.ebuild +++ b/app-misc/when/when-1.1.20.ebuild @@ -1,24 +1,26 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.16-r1.ebuild,v 1.1 2010/06/15 11:50:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.20.ebuild,v 1.1 2010/07/23 02:45:37 darkside Exp $ + +EAPI=3 inherit eutils prefix 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" +SRC_URI="http://www.lightandmatter.com/when/when.tar.gz -> ${P}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" -S=${WORKDIR}/when_dist +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" +S=${WORKDIR}/when_dist +src_prepare() { epatch "${FILESDIR}"/${PN}-prefix.patch eprefixify when @@ -26,9 +28,7 @@ src_unpack() { sed -i 's,^ when, ./when,' Makefile } -src_compile() { - return -} +src_compile() { :; } src_test() { # The when command requires these files, or attempts to run setup function. |