diff options
Diffstat (limited to 'net-misc')
49 files changed, 618 insertions, 19 deletions
diff --git a/net-misc/leechcraft-advancednotifications/ChangeLog b/net-misc/leechcraft-advancednotifications/ChangeLog index 0393175bea47..d47b3b73fbda 100644 --- a/net-misc/leechcraft-advancednotifications/ChangeLog +++ b/net-misc/leechcraft-advancednotifications/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/leechcraft-advancednotifications # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.2 2011/09/14 17:01:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/ChangeLog,v 1.3 2011/12/15 19:37:01 maksbotan Exp $ + +*leechcraft-advancednotifications-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-advancednotifications-0.4.96.ebuild: + Bump net-misc/leechcraft-advancednotifications to 0.4.96, thanks to + 0xd34df00d *leechcraft-advancednotifications-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96.ebuild b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96.ebuild new file mode 100644 index 000000000000..9f62a09443cc --- /dev/null +++ b/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-0.4.96.ebuild,v 1.1 2011/12/15 19:37:01 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Flexible and customizable notifications framework for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" + +pkg_postinst() { + einfo "Advanced Notifications supports playing sounds on various" + einfo "events. Install some media playback plugin to enjoy this" + einfo "feature (media-video/leechcraft-lmp will do, for example)." +} diff --git a/net-misc/leechcraft-anhero/ChangeLog b/net-misc/leechcraft-anhero/ChangeLog index 613713342406..4a510e118539 100644 --- a/net-misc/leechcraft-anhero/ChangeLog +++ b/net-misc/leechcraft-anhero/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-anhero # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-anhero/ChangeLog,v 1.2 2011/09/14 17:01:24 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-anhero/ChangeLog,v 1.3 2011/12/15 19:37:24 maksbotan Exp $ + +*leechcraft-anhero-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-anhero-0.4.96.ebuild: + Bump net-misc/leechcraft-anhero to 0.4.96, thanks to 0xd34df00d *leechcraft-anhero-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-anhero/leechcraft-anhero-0.4.96.ebuild b/net-misc/leechcraft-anhero/leechcraft-anhero-0.4.96.ebuild new file mode 100644 index 000000000000..ba699d28f6f8 --- /dev/null +++ b/net-misc/leechcraft-anhero/leechcraft-anhero-0.4.96.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-anhero/leechcraft-anhero-0.4.96.ebuild,v 1.1 2011/12/15 19:37:24 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="AnHero, KDE-based crash handler for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + >=kde-base/kdelibs-4.2.0" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-auscrie/ChangeLog b/net-misc/leechcraft-auscrie/ChangeLog index 5c51e772938e..dfdb129837b1 100644 --- a/net-misc/leechcraft-auscrie/ChangeLog +++ b/net-misc/leechcraft-auscrie/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-auscrie # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/ChangeLog,v 1.2 2011/09/14 17:01:45 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/ChangeLog,v 1.3 2011/12/15 19:37:47 maksbotan Exp $ + +*leechcraft-auscrie-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-auscrie-0.4.96.ebuild: + Bump net-misc/leechcraft-auscrie to 0.4.96, thanks to 0xd34df00d *leechcraft-auscrie-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96.ebuild b/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96.ebuild new file mode 100644 index 000000000000..c53c0c9bb29c --- /dev/null +++ b/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-auscrie/leechcraft-auscrie-0.4.96.ebuild,v 1.1 2011/12/15 19:37:47 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Auscrie, LeechCraft auto screenshooter" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-core/ChangeLog b/net-misc/leechcraft-core/ChangeLog index 32e9d6b7566c..bb7e04946ba2 100644 --- a/net-misc/leechcraft-core/ChangeLog +++ b/net-misc/leechcraft-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.2 2011/09/14 17:02:07 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.3 2011/12/15 19:38:10 maksbotan Exp $ + +*leechcraft-core-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-core-0.4.96.ebuild: + Bump net-misc/leechcraft-core to 0.4.96, thanks to 0xd34df00d *leechcraft-core-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-core/leechcraft-core-0.4.96.ebuild b/net-misc/leechcraft-core/leechcraft-core-0.4.96.ebuild new file mode 100644 index 000000000000..4c154f58ade3 --- /dev/null +++ b/net-misc/leechcraft-core/leechcraft-core-0.4.96.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.96.ebuild,v 1.1 2011/12/15 19:38:10 maksbotan Exp $ + +EAPI="2" + +EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" +EGIT_PROJECT="leechcraft-${PV}" + +inherit confutils leechcraft + +DESCRIPTION="Core of LeechCraft, the modular network client" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +sqlite postgres" + +DEPEND=">=dev-libs/boost-1.39 + x11-libs/qt-core + x11-libs/qt-gui + x11-libs/qt-script + x11-libs/qt-sql[postgres?,sqlite?]" +RDEPEND="${DEPEND} + x11-libs/qt-svg" + +pkg_setup() { + confutils_require_any postgres sqlite +} + +src_configure() { + local mycmakeargs="-DENABLE_HTTP=OFF + -DENABLE_POSHUKU=OFF + -DENABLE_TORRENT=OFF + -DENABLE_AGGREGATOR=OFF + -DENABLE_NUFELLA=OFF + -DENABLE_DBUSMANAGER=OFF + -DENABLE_DEADLYRICS=OFF + -DENABLE_HISTORYHOLDER=OFF + -DENABLE_LMP=OFF + -DENABLE_NETWORKMONITOR=OFF + -DENABLE_SEEKTHRU=OFF + -DENABLE_CHATTER=OFF + -DENABLE_FTP=OFF + -DENABLE_EISKALTDCPP=OFF + -DENABLE_YASD=OFF + -DENABLE_ANHERO=OFF + -DENABLE_KINOTIFY=OFF + -DENABLE_VGRABBER=OFF + -DENABLE_NEWLIFE=OFF + -DENABLE_PYLC=OFF + -DENABLE_POC=OFF + -DENABLE_AUSCRIE=OFF + -DENABLE_SUMMARY=OFF + -DENABLE_TABPP=OFF + -DENABLE_SECMAN=OFF + -DENABLE_QROSP=OFF + -DENABLE_POPISHU=OFF + -DENABLE_GLANCE=OFF + -DENABLE_SHELLOPEN=OFF" + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + make_desktop_entry leechcraft "LeechCraft" leechcraft.png +} diff --git a/net-misc/leechcraft-cstp/ChangeLog b/net-misc/leechcraft-cstp/ChangeLog index 00d72f573fe4..5f727005dc70 100644 --- a/net-misc/leechcraft-cstp/ChangeLog +++ b/net-misc/leechcraft-cstp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-cstp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.2 2011/09/14 17:02:28 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-cstp/ChangeLog,v 1.3 2011/12/15 19:38:34 maksbotan Exp $ + +*leechcraft-cstp-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-cstp-0.4.96.ebuild: + Bump net-misc/leechcraft-cstp to 0.4.96, thanks to 0xd34df00d *leechcraft-cstp-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96.ebuild b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96.ebuild new file mode 100644 index 000000000000..6bba4af748d1 --- /dev/null +++ b/net-misc/leechcraft-cstp/leechcraft-cstp-0.4.96.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-cstp/leechcraft-cstp-0.4.96.ebuild,v 1.1 2011/12/15 19:38:34 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="CSTP, the clean & stupid HTTP implementation for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-task-show" diff --git a/net-misc/leechcraft-dbusmanager/ChangeLog b/net-misc/leechcraft-dbusmanager/ChangeLog index 4b0e49726dfa..be382ad16d4a 100644 --- a/net-misc/leechcraft-dbusmanager/ChangeLog +++ b/net-misc/leechcraft-dbusmanager/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-dbusmanager # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-dbusmanager/ChangeLog,v 1.2 2011/09/14 17:02:49 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-dbusmanager/ChangeLog,v 1.3 2011/12/15 19:38:56 maksbotan Exp $ + +*leechcraft-dbusmanager-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-dbusmanager-0.4.96.ebuild: + Bump net-misc/leechcraft-dbusmanager to 0.4.96, thanks to 0xd34df00d *leechcraft-dbusmanager-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-dbusmanager/leechcraft-dbusmanager-0.4.96.ebuild b/net-misc/leechcraft-dbusmanager/leechcraft-dbusmanager-0.4.96.ebuild new file mode 100644 index 000000000000..c49ccd45eeb6 --- /dev/null +++ b/net-misc/leechcraft-dbusmanager/leechcraft-dbusmanager-0.4.96.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-dbusmanager/leechcraft-dbusmanager-0.4.96.ebuild,v 1.1 2011/12/15 19:38:56 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="DBusManager provides some basic D-Bus interoperability for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + x11-libs/qt-dbus" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-full/ChangeLog b/net-misc/leechcraft-full/ChangeLog index 87533378aace..6e5f0b7c267a 100644 --- a/net-misc/leechcraft-full/ChangeLog +++ b/net-misc/leechcraft-full/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-full # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-full/ChangeLog,v 1.4 2011/11/01 13:20:11 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-full/ChangeLog,v 1.5 2011/12/15 19:39:20 maksbotan Exp $ + +*leechcraft-full-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-full-0.4.96.ebuild: + Bump net-misc/leechcraft-full to 0.4.96, thanks to 0xd34df00d 01 Nov 2011; Maxim Koltsov <maksbotan@gentoo.org> leechcraft-full-9999.ebuild: diff --git a/net-misc/leechcraft-full/leechcraft-full-0.4.96.ebuild b/net-misc/leechcraft-full/leechcraft-full-0.4.96.ebuild new file mode 100644 index 000000000000..0c8ab4df710a --- /dev/null +++ b/net-misc/leechcraft-full/leechcraft-full-0.4.96.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-full/leechcraft-full-0.4.96.ebuild,v 1.1 2011/12/15 19:39:20 maksbotan Exp $ + +EAPI="2" + +DESCRIPTION="Metapackage containing all ready-to-use LeechCraft plugins" +HOMEPAGE="http://leechcraft.org/" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +IUSE="kde" + +RDEPEND=" + =app-editors/leechcraft-popishu-${PV} + =media-video/leechcraft-lmp-${PV} + =net-analyzer/leechcraft-networkmonitor-${PV} + =net-ftp/leechcraft-lcftp-${PV} + =net-im/leechcraft-azoth-${PV} + =net-misc/leechcraft-advancednotifications-${PV} + kde? ( =net-misc/leechcraft-anhero-${PV} ) + =net-misc/leechcraft-auscrie-${PV} + =net-misc/leechcraft-core-${PV} + =net-misc/leechcraft-cstp-${PV} + =net-misc/leechcraft-dbusmanager-${PV} + =net-misc/leechcraft-glance-${PV} + =net-misc/leechcraft-historyholder-${PV} + =net-misc/leechcraft-kinotify-${PV} + =net-misc/leechcraft-knowhow-${PV} + =net-misc/leechcraft-lackman-${PV} + =net-misc/leechcraft-newlife-${PV} + =net-misc/leechcraft-qrosp-${PV} + =net-misc/leechcraft-secman-${PV} + =net-misc/leechcraft-summary-${PV} + =net-misc/leechcraft-tabpp-${PV} + =net-misc/leechcraft-tabslist-${PV} + =net-news/leechcraft-aggregator-${PV} + =net-p2p/leechcraft-bittorrent-${PV} + =www-client/leechcraft-deadlyrics-${PV} + =www-client/leechcraft-poshuku-${PV} + =www-client/leechcraft-vgrabber-${PV} + =www-misc/leechcraft-seekthru-${PV} + " +DEPEND="" diff --git a/net-misc/leechcraft-full/leechcraft-full-9999.ebuild b/net-misc/leechcraft-full/leechcraft-full-9999.ebuild index e7f1e67abb3c..a7f08ae2f832 100644 --- a/net-misc/leechcraft-full/leechcraft-full-9999.ebuild +++ b/net-misc/leechcraft-full/leechcraft-full-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-full/leechcraft-full-9999.ebuild,v 1.3 2011/11/01 13:20:11 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-full/leechcraft-full-9999.ebuild,v 1.4 2011/12/15 19:39:20 maksbotan Exp $ EAPI="2" @@ -29,12 +29,15 @@ RDEPEND=" =net-misc/leechcraft-kinotify-${PV} =net-misc/leechcraft-knowhow-${PV} =net-misc/leechcraft-lackman-${PV} + =net-misc/leechcraft-liznoo-${PV} =net-misc/leechcraft-newlife-${PV} =net-misc/leechcraft-qrosp-${PV} =net-misc/leechcraft-secman-${PV} + =net-misc/leechcraft-sidebar-${PV} =net-misc/leechcraft-summary-${PV} =net-misc/leechcraft-tabpp-${PV} =net-misc/leechcraft-tabslist-${PV} + =net-misc/leechcraft-tabsessmanager-${PV} =net-news/leechcraft-aggregator-${PV} =net-p2p/leechcraft-bittorrent-${PV} =www-client/leechcraft-deadlyrics-${PV} diff --git a/net-misc/leechcraft-glance/ChangeLog b/net-misc/leechcraft-glance/ChangeLog index dcedc89480cd..1ff4b04e8aad 100644 --- a/net-misc/leechcraft-glance/ChangeLog +++ b/net-misc/leechcraft-glance/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-glance # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-glance/ChangeLog,v 1.2 2011/09/14 17:03:31 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-glance/ChangeLog,v 1.3 2011/12/15 19:39:44 maksbotan Exp $ + +*leechcraft-glance-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-glance-0.4.96.ebuild: + Bump net-misc/leechcraft-glance to 0.4.96, thanks to 0xd34df00d *leechcraft-glance-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-glance/leechcraft-glance-0.4.96.ebuild b/net-misc/leechcraft-glance/leechcraft-glance-0.4.96.ebuild new file mode 100644 index 000000000000..94812cf5d4cb --- /dev/null +++ b/net-misc/leechcraft-glance/leechcraft-glance-0.4.96.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-glance/leechcraft-glance-0.4.96.ebuild,v 1.1 2011/12/15 19:39:44 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Glance, quick thumbnailed overview of opened tabs in LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-historyholder/ChangeLog b/net-misc/leechcraft-historyholder/ChangeLog index 520b81317c44..ab14bb5aa861 100644 --- a/net-misc/leechcraft-historyholder/ChangeLog +++ b/net-misc/leechcraft-historyholder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-historyholder # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/ChangeLog,v 1.2 2011/09/14 17:03:52 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-historyholder/ChangeLog,v 1.3 2011/12/15 19:40:09 maksbotan Exp $ + +*leechcraft-historyholder-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-historyholder-0.4.96.ebuild: + Bump net-misc/leechcraft-historyholder to 0.4.96, thanks to 0xd34df00d *leechcraft-historyholder-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96.ebuild b/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96.ebuild new file mode 100644 index 000000000000..f2f71f24a397 --- /dev/null +++ b/net-misc/leechcraft-historyholder/leechcraft-historyholder-0.4.96.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-historyholder/leechcraft-historyholder-0.4.96.ebuild,v 1.1 2011/12/15 19:40:09 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="HistoryHolder keeps track of stuff downloaded in LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-search-show" diff --git a/net-misc/leechcraft-kinotify/ChangeLog b/net-misc/leechcraft-kinotify/ChangeLog index bbf5bd312a98..50bec0b5e425 100644 --- a/net-misc/leechcraft-kinotify/ChangeLog +++ b/net-misc/leechcraft-kinotify/ChangeLog @@ -1,6 +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.2 2011/09/14 17:04:13 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-kinotify/ChangeLog,v 1.3 2011/12/15 19:40:31 maksbotan Exp $ + +*leechcraft-kinotify-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-kinotify-0.4.96.ebuild: + Bump net-misc/leechcraft-kinotify to 0.4.96, thanks to 0xd34df00d *leechcraft-kinotify-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.96.ebuild b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.96.ebuild new file mode 100644 index 000000000000..4e3d6dd2fd79 --- /dev/null +++ b/net-misc/leechcraft-kinotify/leechcraft-kinotify-0.4.96.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.96.ebuild,v 1.1 2011/12/15 19:40:31 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-knowhow/ChangeLog b/net-misc/leechcraft-knowhow/ChangeLog index e4b3a07a7699..592c4ebfabc7 100644 --- a/net-misc/leechcraft-knowhow/ChangeLog +++ b/net-misc/leechcraft-knowhow/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-knowhow # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/ChangeLog,v 1.1 2011/10/23 17:48:27 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/ChangeLog,v 1.2 2011/12/15 19:40:54 maksbotan Exp $ + +*leechcraft-knowhow-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-knowhow-0.4.96.ebuild: + Bump net-misc/leechcraft-knowhow to 0.4.96, thanks to 0xd34df00d *leechcraft-knowhow-9999 (23 Oct 2011) diff --git a/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.4.96.ebuild b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.4.96.ebuild new file mode 100644 index 000000000000..4fc134475883 --- /dev/null +++ b/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.4.96.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-knowhow/leechcraft-knowhow-0.4.96.ebuild,v 1.1 2011/12/15 19:40:54 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="KnowHow, plugin for showing Tips of the Day in LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-lackman/ChangeLog b/net-misc/leechcraft-lackman/ChangeLog index 511a963fbc46..f7058574a600 100644 --- a/net-misc/leechcraft-lackman/ChangeLog +++ b/net-misc/leechcraft-lackman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-lackman # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-lackman/ChangeLog,v 1.2 2011/09/14 17:04:34 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-lackman/ChangeLog,v 1.3 2011/12/15 19:41:18 maksbotan Exp $ + +*leechcraft-lackman-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-lackman-0.4.96.ebuild: + Bump net-misc/leechcraft-lackman to 0.4.96, thanks to 0xd34df00d *leechcraft-lackman-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-lackman/leechcraft-lackman-0.4.96.ebuild b/net-misc/leechcraft-lackman/leechcraft-lackman-0.4.96.ebuild new file mode 100644 index 000000000000..98fce145ebc2 --- /dev/null +++ b/net-misc/leechcraft-lackman/leechcraft-lackman-0.4.96.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-lackman/leechcraft-lackman-0.4.96.ebuild,v 1.1 2011/12/15 19:41:18 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="LeechCraft Package Manager for extensions, scripts, themes etc." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + >=x11-libs/qt-webkit-4.6" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" diff --git a/net-misc/leechcraft-liznoo/ChangeLog b/net-misc/leechcraft-liznoo/ChangeLog new file mode 100644 index 000000000000..27a2c91aca79 --- /dev/null +++ b/net-misc/leechcraft-liznoo/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-misc/leechcraft-liznoo +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-liznoo/ChangeLog,v 1.1 2011/12/15 19:41:39 maksbotan Exp $ + +*leechcraft-liznoo-9999 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-liznoo-9999.ebuild, +metadata.xml: + Add net-misc/leechcraft-liznoo, thanks to 0xd34df00d + diff --git a/net-misc/leechcraft-liznoo/Manifest b/net-misc/leechcraft-liznoo/Manifest new file mode 100644 index 000000000000..64576405691b --- /dev/null +++ b/net-misc/leechcraft-liznoo/Manifest @@ -0,0 +1,3 @@ +EBUILD leechcraft-liznoo-9999.ebuild 504 RMD160 7f43b016790660572ac88b052fe48ecec087597b SHA1 07db9e8ab5ba3f0bedddfedd3cc0083a7b92ec06 SHA256 a0e2444bee0ce68be40e47ca63575ed9e9430a0f031b2d50ab6e0c057391c568 +MISC ChangeLog 323 RMD160 59b14db58d963cf459d9b01131a6b72b23d5e85e SHA1 146efe73ff86c130265c5f6415cd50182b614012 SHA256 207c324d3ce9ce181cb50ab7824a4e286a27c82b836cee6cf6c6cf3a3b5a5a4c +MISC metadata.xml 164 RMD160 3f056941c61fe874786f8f944b8124de68be211c SHA1 d05b3bf6d8ab1d9f81b994c8c9c29d005b72d638 SHA256 d3d50c47cc72568dcc457fe11ddfc6849ba6572bc2d581aad1deac910ee1d488 diff --git a/net-misc/leechcraft-liznoo/leechcraft-liznoo-9999.ebuild b/net-misc/leechcraft-liznoo/leechcraft-liznoo-9999.ebuild new file mode 100644 index 000000000000..b5b37a43f7d2 --- /dev/null +++ b/net-misc/leechcraft-liznoo/leechcraft-liznoo-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-liznoo/leechcraft-liznoo-9999.ebuild,v 1.1 2011/12/15 19:41:39 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="UPower-based power manager for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + sys-power/upower + x11-libs/qwt:6 + x11-libs/qt-dbus + virtual/leechcraft-trayarea" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-liznoo/metadata.xml b/net-misc/leechcraft-liznoo/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/net-misc/leechcraft-liznoo/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> diff --git a/net-misc/leechcraft-newlife/ChangeLog b/net-misc/leechcraft-newlife/ChangeLog index 6a8311529cd8..763a215623b3 100644 --- a/net-misc/leechcraft-newlife/ChangeLog +++ b/net-misc/leechcraft-newlife/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-newlife # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-newlife/ChangeLog,v 1.2 2011/09/14 17:04:55 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-newlife/ChangeLog,v 1.3 2011/12/15 19:42:03 maksbotan Exp $ + +*leechcraft-newlife-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-newlife-0.4.96.ebuild: + Bump net-misc/leechcraft-newlife to 0.4.96, thanks to 0xd34df00d *leechcraft-newlife-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-newlife/leechcraft-newlife-0.4.96.ebuild b/net-misc/leechcraft-newlife/leechcraft-newlife-0.4.96.ebuild new file mode 100644 index 000000000000..a8fdf48248e5 --- /dev/null +++ b/net-misc/leechcraft-newlife/leechcraft-newlife-0.4.96.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-newlife/leechcraft-newlife-0.4.96.ebuild,v 1.1 2011/12/15 19:42:03 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="New Life imports settings from various other applications into LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-qrosp/ChangeLog b/net-misc/leechcraft-qrosp/ChangeLog index a8afba661ca3..abf68a9479b9 100644 --- a/net-misc/leechcraft-qrosp/ChangeLog +++ b/net-misc/leechcraft-qrosp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-qrosp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-qrosp/ChangeLog,v 1.2 2011/09/14 17:05:16 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-qrosp/ChangeLog,v 1.3 2011/12/15 19:42:28 maksbotan Exp $ + +*leechcraft-qrosp-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-qrosp-0.4.96.ebuild: + Bump net-misc/leechcraft-qrosp to 0.4.96, thanks to 0xd34df00d *leechcraft-qrosp-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-qrosp/leechcraft-qrosp-0.4.96.ebuild b/net-misc/leechcraft-qrosp/leechcraft-qrosp-0.4.96.ebuild new file mode 100644 index 000000000000..729cfb370028 --- /dev/null +++ b/net-misc/leechcraft-qrosp/leechcraft-qrosp-0.4.96.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-qrosp/leechcraft-qrosp-0.4.96.ebuild,v 1.1 2011/12/15 19:42:28 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Qrosp, scrpting support for LeechCraft via Qross." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + dev-libs/qrosscore" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-secman/ChangeLog b/net-misc/leechcraft-secman/ChangeLog index 4fad89ee7bb4..0347b07c226c 100644 --- a/net-misc/leechcraft-secman/ChangeLog +++ b/net-misc/leechcraft-secman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-secman # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-secman/ChangeLog,v 1.2 2011/09/14 17:05:37 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-secman/ChangeLog,v 1.3 2011/12/15 19:42:52 maksbotan Exp $ + +*leechcraft-secman-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-secman-0.4.96.ebuild: + Bump net-misc/leechcraft-secman to 0.4.96, thanks to 0xd34df00d *leechcraft-secman-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-secman/leechcraft-secman-0.4.96.ebuild b/net-misc/leechcraft-secman/leechcraft-secman-0.4.96.ebuild new file mode 100644 index 000000000000..9e471fc0ac1b --- /dev/null +++ b/net-misc/leechcraft-secman/leechcraft-secman-0.4.96.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-secman/leechcraft-secman-0.4.96.ebuild,v 1.1 2011/12/15 19:42:52 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Security and personal data manager for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-sidebar/ChangeLog b/net-misc/leechcraft-sidebar/ChangeLog new file mode 100644 index 000000000000..e73c38f2867a --- /dev/null +++ b/net-misc/leechcraft-sidebar/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-misc/leechcraft-sidebar +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-sidebar/ChangeLog,v 1.1 2011/12/15 19:43:12 maksbotan Exp $ + +*leechcraft-sidebar-9999 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-sidebar-9999.ebuild, +metadata.xml: + Add net-misc/leechcraft-sidebar, thanks to 0xd34df00d + diff --git a/net-misc/leechcraft-sidebar/Manifest b/net-misc/leechcraft-sidebar/Manifest new file mode 100644 index 000000000000..3b13d3638b32 --- /dev/null +++ b/net-misc/leechcraft-sidebar/Manifest @@ -0,0 +1,3 @@ +EBUILD leechcraft-sidebar-9999.ebuild 458 RMD160 e13b730d9b8546dcddb09ea466d1a34b16eab75a SHA1 6da3827dfb8f988edf595775e7c7eb4eb83bd90d SHA256 125a67cba5da006add96391ec5a871ea229f1197668c5daa0a28065f95a3e699 +MISC ChangeLog 327 RMD160 978f238d077df4bf109f776d340595242edcd96a SHA1 60c2ccc5c165fdcd09a379484513b040f9c5fb45 SHA256 bbb16ce276c52b86a5a90362464961aa0535e8abe56d75cf94a31577b6c5782c +MISC metadata.xml 164 RMD160 3f056941c61fe874786f8f944b8124de68be211c SHA1 d05b3bf6d8ab1d9f81b994c8c9c29d005b72d638 SHA256 d3d50c47cc72568dcc457fe11ddfc6849ba6572bc2d581aad1deac910ee1d488 diff --git a/net-misc/leechcraft-sidebar/leechcraft-sidebar-9999.ebuild b/net-misc/leechcraft-sidebar/leechcraft-sidebar-9999.ebuild new file mode 100644 index 000000000000..d4f0d5696023 --- /dev/null +++ b/net-misc/leechcraft-sidebar/leechcraft-sidebar-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-sidebar/leechcraft-sidebar-9999.ebuild,v 1.1 2011/12/15 19:43:12 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Sidebar for LeechCraft with the list of tabs, quicklaunch area and tray area" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-sidebar/metadata.xml b/net-misc/leechcraft-sidebar/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/net-misc/leechcraft-sidebar/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> diff --git a/net-misc/leechcraft-summary/ChangeLog b/net-misc/leechcraft-summary/ChangeLog index 964b162837b3..23561f1318c9 100644 --- a/net-misc/leechcraft-summary/ChangeLog +++ b/net-misc/leechcraft-summary/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-summary # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-summary/ChangeLog,v 1.2 2011/09/14 17:05:58 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-summary/ChangeLog,v 1.3 2011/12/15 19:43:35 maksbotan Exp $ + +*leechcraft-summary-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-summary-0.4.96.ebuild: + Bump net-misc/leechcraft-summary to 0.4.96, thanks to 0xd34df00d *leechcraft-summary-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-summary/leechcraft-summary-0.4.96.ebuild b/net-misc/leechcraft-summary/leechcraft-summary-0.4.96.ebuild new file mode 100644 index 000000000000..b9c562963622 --- /dev/null +++ b/net-misc/leechcraft-summary/leechcraft-summary-0.4.96.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-summary/leechcraft-summary-0.4.96.ebuild,v 1.1 2011/12/15 19:43:35 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Summary plugin for Leechcraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-tabpp/ChangeLog b/net-misc/leechcraft-tabpp/ChangeLog index 2feb10b819d2..fb176bfe4c49 100644 --- a/net-misc/leechcraft-tabpp/ChangeLog +++ b/net-misc/leechcraft-tabpp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-tabpp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabpp/ChangeLog,v 1.2 2011/09/14 17:06:19 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabpp/ChangeLog,v 1.3 2011/12/15 19:43:58 maksbotan Exp $ + +*leechcraft-tabpp-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-tabpp-0.4.96.ebuild: + Bump net-misc/leechcraft-tabpp to 0.4.96, thanks to 0xd34df00d *leechcraft-tabpp-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.96.ebuild b/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.96.ebuild new file mode 100644 index 000000000000..9c5d428ae87f --- /dev/null +++ b/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.96.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabpp/leechcraft-tabpp-0.4.96.ebuild,v 1.1 2011/12/15 19:43:58 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Tab++ provides enhanced tab-related features like tab tree for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-tabsessmanager/ChangeLog b/net-misc/leechcraft-tabsessmanager/ChangeLog new file mode 100644 index 000000000000..caa1ef788983 --- /dev/null +++ b/net-misc/leechcraft-tabsessmanager/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-misc/leechcraft-tabsessmanager +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabsessmanager/ChangeLog,v 1.1 2011/12/15 19:44:19 maksbotan Exp $ + +*leechcraft-tabsessmanager-9999 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-tabsessmanager-9999.ebuild, +metadata.xml: + Add net-misc/leechcraft-tabsessmanager, thanks to 0xd34df00d + diff --git a/net-misc/leechcraft-tabsessmanager/Manifest b/net-misc/leechcraft-tabsessmanager/Manifest new file mode 100644 index 000000000000..50c252682a8f --- /dev/null +++ b/net-misc/leechcraft-tabsessmanager/Manifest @@ -0,0 +1,3 @@ +EBUILD leechcraft-tabsessmanager-9999.ebuild 463 RMD160 01b26d367b6e1c5d5e6fc2ce1bb8a3d028825fcd SHA1 67eb3eebc7a11c63ca22395a52edb7912452b154 SHA256 3501147bd7b55b1c5802598e6811c472935970d9296af51b218568506f165634 +MISC ChangeLog 355 RMD160 5cb839f9a3db7a3cd53fd85d0eb20306884d780b SHA1 d0482f64c6e362d8dfb815cc6c4bafe45e7a6f10 SHA256 835d806ab813c1a64c55bc090a2f5e449d0e4739d13194a42ab0e9985677b3cc +MISC metadata.xml 164 RMD160 3f056941c61fe874786f8f944b8124de68be211c SHA1 d05b3bf6d8ab1d9f81b994c8c9c29d005b72d638 SHA256 d3d50c47cc72568dcc457fe11ddfc6849ba6572bc2d581aad1deac910ee1d488 diff --git a/net-misc/leechcraft-tabsessmanager/leechcraft-tabsessmanager-9999.ebuild b/net-misc/leechcraft-tabsessmanager/leechcraft-tabsessmanager-9999.ebuild new file mode 100644 index 000000000000..83b31bd5ca9d --- /dev/null +++ b/net-misc/leechcraft-tabsessmanager/leechcraft-tabsessmanager-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabsessmanager/leechcraft-tabsessmanager-9999.ebuild,v 1.1 2011/12/15 19:44:19 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Provides session restore between LeechCraft runs as well as manual saves/restores" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/net-misc/leechcraft-tabsessmanager/metadata.xml b/net-misc/leechcraft-tabsessmanager/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/net-misc/leechcraft-tabsessmanager/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> diff --git a/net-misc/leechcraft-tabslist/ChangeLog b/net-misc/leechcraft-tabslist/ChangeLog index 7516c174abc8..7cd869eae6c1 100644 --- a/net-misc/leechcraft-tabslist/ChangeLog +++ b/net-misc/leechcraft-tabslist/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-tabslist # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabslist/ChangeLog,v 1.2 2011/09/14 17:06:40 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabslist/ChangeLog,v 1.3 2011/12/15 19:44:43 maksbotan Exp $ + +*leechcraft-tabslist-0.4.96 (15 Dec 2011) + + 15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-tabslist-0.4.96.ebuild: + Bump net-misc/leechcraft-tabslist to 0.4.96, thanks to 0xd34df00d *leechcraft-tabslist-0.4.90 (14 Sep 2011) diff --git a/net-misc/leechcraft-tabslist/leechcraft-tabslist-0.4.96.ebuild b/net-misc/leechcraft-tabslist/leechcraft-tabslist-0.4.96.ebuild new file mode 100644 index 000000000000..6b1eed193b8d --- /dev/null +++ b/net-misc/leechcraft-tabslist/leechcraft-tabslist-0.4.96.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-tabslist/leechcraft-tabslist-0.4.96.ebuild,v 1.1 2011/12/15 19:44:43 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Quick navigation between tabs in LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" |