diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:17:45 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:17:45 +0000 |
commit | 2b2ec710d2c33623e41509a32aa3b835f4936c51 (patch) | |
tree | 0caef8fd027d7ace7d7dca01c0fb006304111323 /net-misc/leechcraft-kinotify | |
parent | private-headers is gone from Qt-4.8.0 hence we make it mandatory only when ap... (diff) | |
download | historical-2b2ec710d2c33623e41509a32aa3b835f4936c51.tar.gz historical-2b2ec710d2c33623e41509a32aa3b835f4936c51.tar.bz2 historical-2b2ec710d2c33623e41509a32aa3b835f4936c51.zip |
Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'net-misc/leechcraft-kinotify')
-rw-r--r-- | net-misc/leechcraft-kinotify/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.90.ebuild | 17 | ||||
-rw-r--r-- | net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.97.ebuild (renamed from net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.85.ebuild) | 6 |
3 files changed, 11 insertions, 21 deletions
diff --git a/net-misc/leechcraft-kinotify/ChangeLog b/net-misc/leechcraft-kinotify/ChangeLog index 29d1ecbbe4d0..f3eeac60f057 100644 --- a/net-misc/leechcraft-kinotify/ChangeLog +++ b/net-misc/leechcraft-kinotify/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/leechcraft-kinotify # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.4 2011/12/16 18:43:12 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.5 2011/12/31 12:14:18 maksbotan Exp $ + +*leechcraft-kinotify-0.4.97 (31 Dec 2011) + + 31 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-kinotify-0.4.85.ebuild, -leechcraft-kinotify-0.4.90.ebuild, + +leechcraft-kinotify-0.4.97.ebuild: + Bump to 0.4.97, remove 0.4.80 and 0.4.90 *leechcraft-kinotify-0.4.96-r1 (16 Dec 2011) diff --git a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.90.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.90.ebuild deleted file mode 100644 index e44b0cb1beb9..000000000000 --- a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.90.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.90.ebuild,v 1.1 2011/09/14 17:04:13 maksbotan Exp $ - -EAPI="2" - -inherit leechcraft - -DESCRIPTION="Fancy visual notifications for LeechCraft" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="=net-misc/leechcraft-core-${PV} - >=x11-libs/qt-webkit-4.6" -RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.85.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.97.ebuild index e983dd06faa3..297fdebb18e1 100644 --- a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.85.ebuild +++ b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.97.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.85.ebuild,v 1.1 2011/08/25 19:43:24 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.97.ebuild,v 1.1 2011/12/31 12:14:18 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,6 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV} +DEPEND="~net-misc/leechcraft-core-${PV} >=x11-libs/qt-webkit-4.6" RDEPEND="${DEPEND}" |