diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-08-25 19:43:24 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-08-25 19:43:24 +0000 |
commit | 3dbaafdfa723b6dbdb1793fee9ff4a5cee4c18dc (patch) | |
tree | b52e3e641ec914e309e94b80ff3bdd7305841f80 /net-misc/leechcraft-kinotify | |
parent | Add net-misc/leechcraft-tabslist (diff) | |
download | historical-3dbaafdfa723b6dbdb1793fee9ff4a5cee4c18dc.tar.gz historical-3dbaafdfa723b6dbdb1793fee9ff4a5cee4c18dc.tar.bz2 historical-3dbaafdfa723b6dbdb1793fee9ff4a5cee4c18dc.zip |
Add net-misc/leechcraft-kinotify
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'net-misc/leechcraft-kinotify')
4 files changed, 51 insertions, 0 deletions
diff --git a/net-misc/leechcraft-kinotify/ChangeLog b/net-misc/leechcraft-kinotify/ChangeLog new file mode 100644 index 000000000000..e07c7b2df15c --- /dev/null +++ b/net-misc/leechcraft-kinotify/ChangeLog @@ -0,0 +1,12 @@ +# 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.1 2011/08/25 19:43:24 maksbotan Exp $ + +*leechcraft-kinotify-9999 (25 Aug 2011) +*leechcraft-kinotify-0.4.85 (25 Aug 2011) + + 25 Aug 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-kinotify-0.4.85.ebuild, +leechcraft-kinotify-9999.ebuild, + +metadata.xml: + Copy net-misc/leechcraft-kinotify from rion-overlay, thanks to 0xd34df00d + diff --git a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.85.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.85.ebuild new file mode 100644 index 000000000000..e983dd06faa3 --- /dev/null +++ b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.85.ebuild @@ -0,0 +1,17 @@ +# 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 $ + +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-9999.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-9999.ebuild new file mode 100644 index 000000000000..c0127000418e --- /dev/null +++ b/net-misc/leechcraft-kinotify/leechcraft-kinotify-9999.ebuild @@ -0,0 +1,17 @@ +# 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-9999.ebuild,v 1.1 2011/08/25 19:43:24 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Fancy visual notifications for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + >=x11-libs/qt-webkit-4.6" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-kinotify/metadata.xml b/net-misc/leechcraft-kinotify/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/net-misc/leechcraft-kinotify/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> |