diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-13 15:57:59 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-13 15:57:59 +0000 |
commit | 7b23c6fc3eafcff5365ee4772522c4f92e16b714 (patch) | |
tree | 6b9ed65ac443fc03946fe5ea039a0752930b058f /media-sound/gtick | |
parent | old (diff) | |
download | gentoo-2-7b23c6fc3eafcff5365ee4772522c4f92e16b714.tar.gz gentoo-2-7b23c6fc3eafcff5365ee4772522c4f92e16b714.tar.bz2 gentoo-2-7b23c6fc3eafcff5365ee4772522c4f92e16b714.zip |
old
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'media-sound/gtick')
-rw-r--r-- | media-sound/gtick/files/digest-gtick-0.3.15 | 3 | ||||
-rw-r--r-- | media-sound/gtick/gtick-0.3.15.ebuild | 28 |
2 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/gtick/files/digest-gtick-0.3.15 b/media-sound/gtick/files/digest-gtick-0.3.15 deleted file mode 100644 index 9ea6ded75c81..000000000000 --- a/media-sound/gtick/files/digest-gtick-0.3.15 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ba616e60de9fb366b6732a8f37e33c30 gtick-0.3.15.tar.gz 487928 -RMD160 88fc0b6fbc4ae8b69d768f619b82ee8da62b583b gtick-0.3.15.tar.gz 487928 -SHA256 9e9f7da312d0746facc593fa6528e12fd630f92a65d837a775122f420dbc9e34 gtick-0.3.15.tar.gz 487928 diff --git a/media-sound/gtick/gtick-0.3.15.ebuild b/media-sound/gtick/gtick-0.3.15.ebuild deleted file mode 100644 index a9a270e276e9..000000000000 --- a/media-sound/gtick/gtick-0.3.15.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.3.15.ebuild,v 1.5 2007/07/28 19:28:44 beandog Exp $ - -DESCRIPTION="a metronome application supporting different meters and speeds ranging" -HOMEPAGE="http://www.antcom.de/gtick" -SRC_URI="http://www.antcom.de/gtick/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd" -IUSE="nls sndfile" - -RDEPEND=">=x11-libs/gtk+-2 - sndfile? ( media-libs/libsndfile )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf $(use_enable nls) \ - $(use_with sndfile) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR=${D} install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} |