diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-19 06:58:46 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-19 06:58:46 +0000 |
commit | b7184892529c631ab2b5687435f3d77ce79903b2 (patch) | |
tree | 3c9a55836bddbe0bf366fce586977209c024a600 /media-sound/timemachine | |
parent | Stable amd64, x86. (diff) | |
download | historical-b7184892529c631ab2b5687435f3d77ce79903b2.tar.gz historical-b7184892529c631ab2b5687435f3d77ce79903b2.tar.bz2 historical-b7184892529c631ab2b5687435f3d77ce79903b2.zip |
Stable amd64, x86.
Diffstat (limited to 'media-sound/timemachine')
-rw-r--r-- | media-sound/timemachine/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/timemachine/timemachine-0.3.0.ebuild | 14 |
2 files changed, 13 insertions, 7 deletions
diff --git a/media-sound/timemachine/ChangeLog b/media-sound/timemachine/ChangeLog index a7ff7751c0f2..89f44fea2583 100644 --- a/media-sound/timemachine/ChangeLog +++ b/media-sound/timemachine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/timemachine # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v 1.6 2004/11/03 22:23:20 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/ChangeLog,v 1.7 2004/12/19 06:54:54 eradicator Exp $ + + 18 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> + timemachine-0.3.0.ebuild: + Stable amd64, x86. *timemachine-0.3.0 (03 Nov 2004) diff --git a/media-sound/timemachine/timemachine-0.3.0.ebuild b/media-sound/timemachine/timemachine-0.3.0.ebuild index 63d95840b372..4a28b3749f65 100644 --- a/media-sound/timemachine/timemachine-0.3.0.ebuild +++ b/media-sound/timemachine/timemachine-0.3.0.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.0.ebuild,v 1.1 2004/11/03 22:23:20 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.0.ebuild,v 1.2 2004/12/19 06:54:54 eradicator Exp $ + +IUSE="ladcca" inherit flag-o-matic eutils + DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed." HOMEPAGE="http://plugin.org.uk/timemachine/" SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" - -IUSE="ladcca" +KEYWORDS="amd64 ~ppc x86" DEPEND=">=media-sound/jack-audio-connection-kit-0.80.0 >=x11-libs/gtk+-2.2.4-r1 @@ -23,6 +25,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die - dodoc COPYING ChangeLog + make DESTDIR="${D}" install || die + dodoc ChangeLog } |