# ChangeLog for media-sound/gtick
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.18 2006/03/07 14:51:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.19 2006/10/28 01:43:21 flameeyes Exp $
+
+ 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> gtick-0.2.4.ebuild,
+ gtick-0.2.13.ebuild, gtick-0.3.0.ebuild, gtick-0.3.4.ebuild:
+ Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153091.
07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> gtick-0.2.4.ebuild:
Drop virtual/libc dependency.
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.13.ebuild,v 1.5 2005/09/04 11:02:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.13.ebuild,v 1.6 2006/10/28 01:43:21 flameeyes Exp $
IUSE=""
SLOT="0"
KEYWORDS="x86"
-DEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
einstall || die
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.4.ebuild,v 1.8 2006/03/07 14:51:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.4.ebuild,v 1.9 2006/10/28 01:43:21 flameeyes Exp $
IUSE=""
SLOT="0"
KEYWORDS="x86"
-DEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
einstall || die
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.3.0.ebuild,v 1.8 2005/09/04 11:02:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.3.0.ebuild,v 1.9 2006/10/28 01:43:21 flameeyes Exp $
IUSE=""
SLOT="0"
KEYWORDS="x86 ~ppc sparc amd64"
-DEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make DESTDIR=${D} install || die
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.3.4.ebuild,v 1.2 2005/09/04 11:02:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.3.4.ebuild,v 1.3 2006/10/28 01:43:21 flameeyes Exp $
IUSE=""
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc amd64"
-DEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make DESTDIR=${D} install || die