summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:48:33 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:48:33 +0000
commit5d33227c2fdcc965df410e4fe90a0f75b2de6ee7 (patch)
treec62836b84e8114e2ff578c567d1da700133e3414 /app-leechcraft/lc-netstoremanager
parentBump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and ... (diff)
downloadgentoo-2-5d33227c2fdcc965df410e4fe90a0f75b2de6ee7.tar.gz
gentoo-2-5d33227c2fdcc965df410e4fe90a0f75b2de6ee7.tar.bz2
gentoo-2-5d33227c2fdcc965df410e4fe90a0f75b2de6ee7.zip
Bump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and fix metacontacts use.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-netstoremanager')
-rw-r--r--app-leechcraft/lc-netstoremanager/ChangeLog7
-rw-r--r--app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.95.ebuild29
-rw-r--r--app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.96.ebuild29
-rw-r--r--app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.97.ebuild29
-rw-r--r--app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.98.ebuild29
-rw-r--r--app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.99.ebuild (renamed from app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.85.ebuild)2
6 files changed, 7 insertions, 118 deletions
diff --git a/app-leechcraft/lc-netstoremanager/ChangeLog b/app-leechcraft/lc-netstoremanager/ChangeLog
index 6eb2d37d27ed..3d765cd8de80 100644
--- a/app-leechcraft/lc-netstoremanager/ChangeLog
+++ b/app-leechcraft/lc-netstoremanager/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-netstoremanager
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/ChangeLog,v 1.5 2013/07/03 16:10:53 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/ChangeLog,v 1.6 2013/07/18 12:48:33 maksbotan Exp $
+
+*lc-netstoremanager-0.5.99 (18 Jul 2013)
+
+ 18 Jul 2013; <maks@gentoo.org> +lc-netstoremanager-0.5.99.ebuild:
+ Bump app-leechcraft/lc-netstoremanager to 0.5.99, thanks to 0xd34df00d
*lc-netstoremanager-0.5.98 (03 Jul 2013)
diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.95.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.95.ebuild
deleted file mode 100644
index d3023a2c8db1..000000000000
--- a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.95.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.95.ebuild,v 1.1 2013/05/02 15:33:23 pinkbyte Exp $
-
-EAPI=4
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft plugin for supporting and managing Internet data storages like Yandex.Disk"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+googledrive +yandexdisk"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- googledrive? (
- dev-libs/qjson
- sys-apps/file
- )"
-RDEPEND="${DEPEND}"
-
-src_configure(){
- local mycmakeargs=(
- $(cmake-utils_use_enable googledrive NETSTOREMANAGER_GOOGLEDRIVE)
- $(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK)
- )
-
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.96.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.96.ebuild
deleted file mode 100644
index 6ee6d0fac9fe..000000000000
--- a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.96.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.96.ebuild,v 1.1 2013/05/26 19:54:17 maksbotan Exp $
-
-EAPI=4
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft plugin for supporting and managing Internet data storages like Yandex.Disk"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+googledrive +yandexdisk"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- googledrive? (
- dev-libs/qjson
- sys-apps/file
- )"
-RDEPEND="${DEPEND}"
-
-src_configure(){
- local mycmakeargs=(
- $(cmake-utils_use_enable googledrive NETSTOREMANAGER_GOOGLEDRIVE)
- $(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK)
- )
-
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.97.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.97.ebuild
deleted file mode 100644
index a3d6555ecf20..000000000000
--- a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.97.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.97.ebuild,v 1.1 2013/06/11 17:35:17 maksbotan Exp $
-
-EAPI=4
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft plugin for supporting and managing Internet data storages like Yandex.Disk"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+googledrive +yandexdisk"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- googledrive? (
- dev-libs/qjson
- sys-apps/file
- )"
-RDEPEND="${DEPEND}"
-
-src_configure(){
- local mycmakeargs=(
- $(cmake-utils_use_enable googledrive NETSTOREMANAGER_GOOGLEDRIVE)
- $(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK)
- )
-
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.98.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.98.ebuild
deleted file mode 100644
index b77bc22fbff8..000000000000
--- a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.98.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.98.ebuild,v 1.1 2013/07/03 16:10:53 maksbotan Exp $
-
-EAPI=4
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft plugin for supporting and managing Internet data storages like Yandex.Disk"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+googledrive +yandexdisk"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- googledrive? (
- dev-libs/qjson
- sys-apps/file
- )"
-RDEPEND="${DEPEND}"
-
-src_configure(){
- local mycmakeargs=(
- $(cmake-utils_use_enable googledrive NETSTOREMANAGER_GOOGLEDRIVE)
- $(cmake-utils_use_enable yandexdisk NETSTOREMANAGER_YANDEXDISK)
- )
-
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.85.ebuild b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.99.ebuild
index 4b3f9be495d3..45c284cc9838 100644
--- a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.85.ebuild
+++ b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.99.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.85.ebuild,v 1.1 2013/03/08 22:03:08 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.5.99.ebuild,v 1.1 2013/07/18 12:48:33 maksbotan Exp $
EAPI=4