summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:53:53 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:53:53 +0000
commit880cf7c1bf52333e558bcebf8d8483242cabac89 (patch)
tree548dd2b249f18e99a7cdc552228852554fd32bd4 /app-leechcraft
parentBump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and ... (diff)
downloadgentoo-2-880cf7c1bf52333e558bcebf8d8483242cabac89.tar.gz
gentoo-2-880cf7c1bf52333e558bcebf8d8483242cabac89.tar.bz2
gentoo-2-880cf7c1bf52333e558bcebf8d8483242cabac89.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')
-rw-r--r--app-leechcraft/lc-vrooby/ChangeLog7
-rw-r--r--app-leechcraft/lc-vrooby/lc-vrooby-0.5.85.ebuild18
-rw-r--r--app-leechcraft/lc-vrooby/lc-vrooby-0.5.95.ebuild39
-rw-r--r--app-leechcraft/lc-vrooby/lc-vrooby-0.5.96.ebuild39
-rw-r--r--app-leechcraft/lc-vrooby/lc-vrooby-0.5.97.ebuild39
-rw-r--r--app-leechcraft/lc-vrooby/lc-vrooby-0.5.99.ebuild (renamed from app-leechcraft/lc-vrooby/lc-vrooby-0.5.98.ebuild)2
6 files changed, 7 insertions, 137 deletions
diff --git a/app-leechcraft/lc-vrooby/ChangeLog b/app-leechcraft/lc-vrooby/ChangeLog
index 9434c79e760c..32d2eaf4968f 100644
--- a/app-leechcraft/lc-vrooby/ChangeLog
+++ b/app-leechcraft/lc-vrooby/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-vrooby
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.6 2013/07/03 16:21:15 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.7 2013/07/18 12:53:53 maksbotan Exp $
+
+*lc-vrooby-0.5.99 (18 Jul 2013)
+
+ 18 Jul 2013; <maks@gentoo.org> +lc-vrooby-0.5.99.ebuild:
+ Bump app-leechcraft/lc-vrooby to 0.5.99, thanks to 0xd34df00d
*lc-vrooby-0.5.98 (03 Jul 2013)
diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.85.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-0.5.85.ebuild
deleted file mode 100644
index 67dfcc773e03..000000000000
--- a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.85.ebuild
+++ /dev/null
@@ -1,18 +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-vrooby/lc-vrooby-0.5.85.ebuild,v 1.1 2013/03/08 22:08:48 maksbotan Exp $
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="Vrooby, removable device manager for LeechCraft."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- dev-qt/qtdbus:4"
-RDEPEND="${DEPEND}
- sys-fs/udisks:0"
diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.95.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-0.5.95.ebuild
deleted file mode 100644
index e6dfc548447f..000000000000
--- a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.95.ebuild
+++ /dev/null
@@ -1,39 +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-vrooby/lc-vrooby-0.5.95.ebuild,v 1.1 2013/05/02 15:37:55 pinkbyte Exp $
-
-EAPI="5"
-
-inherit leechcraft
-
-DESCRIPTION="Vrooby, removable device manager for LeechCraft."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug udisks udisks2"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- dev-qt/qtdbus:4"
-RDEPEND="${DEPEND}
- udisks? ( sys-fs/udisks:0 )
- udisks2? ( sys-fs/udisks:2 )
- "
-
-REQUIRED_USE="|| ( udisks udisks2 )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable udisks VROOBY_UDISKS)
- $(cmake-utils_use_enable udisks2 VROOBY_UDISKS2)
- )
-
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- if use udisks2; then
- elog "You have enabled the experimental UDisks2 backend. "
- elog "Please try the old udisks:0-based one before "
- elog "reporting issues."
- fi
-}
diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.96.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-0.5.96.ebuild
deleted file mode 100644
index 91834ee6fade..000000000000
--- a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.96.ebuild
+++ /dev/null
@@ -1,39 +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-vrooby/lc-vrooby-0.5.96.ebuild,v 1.1 2013/05/26 20:06:39 maksbotan Exp $
-
-EAPI="5"
-
-inherit leechcraft
-
-DESCRIPTION="Vrooby, removable device manager for LeechCraft."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug udisks udisks2"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- dev-qt/qtdbus:4"
-RDEPEND="${DEPEND}
- udisks? ( sys-fs/udisks:0 )
- udisks2? ( sys-fs/udisks:2 )
- "
-
-REQUIRED_USE="|| ( udisks udisks2 )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable udisks VROOBY_UDISKS)
- $(cmake-utils_use_enable udisks2 VROOBY_UDISKS2)
- )
-
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- if use udisks2; then
- elog "You have enabled the experimental UDisks2 backend. "
- elog "Please try the old udisks:0-based one before "
- elog "reporting issues."
- fi
-}
diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.97.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-0.5.97.ebuild
deleted file mode 100644
index 3e0977f1169c..000000000000
--- a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.97.ebuild
+++ /dev/null
@@ -1,39 +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-vrooby/lc-vrooby-0.5.97.ebuild,v 1.1 2013/06/11 17:48:20 maksbotan Exp $
-
-EAPI="5"
-
-inherit leechcraft
-
-DESCRIPTION="Vrooby, removable device manager for LeechCraft."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug udisks udisks2"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- dev-qt/qtdbus:4"
-RDEPEND="${DEPEND}
- udisks? ( sys-fs/udisks:0 )
- udisks2? ( sys-fs/udisks:2 )
- "
-
-REQUIRED_USE="|| ( udisks udisks2 )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable udisks VROOBY_UDISKS)
- $(cmake-utils_use_enable udisks2 VROOBY_UDISKS2)
- )
-
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- if use udisks2; then
- elog "You have enabled the experimental UDisks2 backend. "
- elog "Please try the old udisks:0-based one before "
- elog "reporting issues."
- fi
-}
diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.98.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-0.5.99.ebuild
index 338f1ea44712..cdbb14271e5b 100644
--- a/app-leechcraft/lc-vrooby/lc-vrooby-0.5.98.ebuild
+++ b/app-leechcraft/lc-vrooby/lc-vrooby-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-vrooby/lc-vrooby-0.5.98.ebuild,v 1.1 2013/07/03 16:21:15 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-0.5.99.ebuild,v 1.1 2013/07/18 12:53:53 maksbotan Exp $
EAPI="5"