diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-29 22:27:11 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-29 22:27:11 +0000 |
commit | df8e1be5f878fc68696c1008218ee26f1734754a (patch) | |
tree | 1103b355d8c3416972d75c6e99da7a60aeb01513 /media-sound/gtick | |
parent | Remove old. (diff) | |
download | gentoo-2-df8e1be5f878fc68696c1008218ee26f1734754a.tar.gz gentoo-2-df8e1be5f878fc68696c1008218ee26f1734754a.tar.bz2 gentoo-2-df8e1be5f878fc68696c1008218ee26f1734754a.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-sound/gtick')
-rw-r--r-- | media-sound/gtick/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/gtick/gtick-0.4.2.ebuild | 36 |
2 files changed, 5 insertions, 39 deletions
diff --git a/media-sound/gtick/ChangeLog b/media-sound/gtick/ChangeLog index bee9e4a7d41b..aef9187eb13b 100644 --- a/media-sound/gtick/ChangeLog +++ b/media-sound/gtick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gtick -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.41 2012/05/05 08:27:39 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.42 2015/03/29 22:27:11 mrueg Exp $ + + 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -gtick-0.4.2.ebuild: + Remove old. 05 May 2012; Michał Górny <mgorny@gentoo.org> gtick-0.4.2.ebuild, gtick-0.5.0.ebuild: @@ -149,4 +152,3 @@ Initial revision. Submitted by: Nicolas GRANDCLAUDE <ngclaude@visitmail.com> - diff --git a/media-sound/gtick/gtick-0.4.2.ebuild b/media-sound/gtick/gtick-0.4.2.ebuild deleted file mode 100644 index d457e11bceaf..000000000000 --- a/media-sound/gtick/gtick-0.4.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.4.2.ebuild,v 1.7 2012/05/05 08:27:40 mgorny Exp $ - -EAPI=2 -inherit eutils - -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-3" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" -IUSE="nls sndfile" - -RDEPEND="x11-libs/gtk+:2 - sndfile? ( media-libs/libsndfile )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -RESTRICT="test" - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_with sndfile) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - newicon src/icon48x48.xpm ${PN}.xpm - make_desktop_entry ${PN} "GTick" -} |