diff options
author | 2011-11-15 15:55:03 +0000 | |
---|---|---|
committer | 2011-11-15 15:55:03 +0000 | |
commit | 9711b4c8553ec6e27c7615a45470cc4f8ae9dfbe (patch) | |
tree | 444c954b20ee4a8bb0ca47adecf25739636320fa /app-text/calibre | |
parent | Fix maintainer order to reflect description, adjust description accordingly. (diff) | |
download | gentoo-2-9711b4c8553ec6e27c7615a45470cc4f8ae9dfbe.tar.gz gentoo-2-9711b4c8553ec6e27c7615a45470cc4f8ae9dfbe.tar.bz2 gentoo-2-9711b4c8553ec6e27c7615a45470cc4f8ae9dfbe.zip |
Bug #390563 - Add a udisks USE flag, in order to disable the optional udisks dependency.
(Portage version: 2.2.0_alpha74/cvs/Linux i686)
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.8.25.ebuild | 6 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.8.26.ebuild | 6 | ||||
-rw-r--r-- | app-text/calibre/metadata.xml | 3 |
4 files changed, 15 insertions, 7 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index 3a7707b82da6..21f03f48e732 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/calibre # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.169 2011/11/12 17:26:14 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.170 2011/11/15 15:55:03 zmedico Exp $ + + 15 Nov 2011; Zac Medico <zmedico@gentoo.org> calibre-0.8.25.ebuild, + calibre-0.8.26.ebuild, metadata.xml: + Bug #390563 - Add a udisks USE flag, in order to disable the optional udisks + dependency. 12 Nov 2011; Zac Medico <zmedico@gentoo.org> -calibre-0.8.24-r1.ebuild: Remove old. diff --git a/app-text/calibre/calibre-0.8.25.ebuild b/app-text/calibre/calibre-0.8.25.ebuild index 3a8297b42853..d1e9c88ec302 100644 --- a/app-text/calibre/calibre-0.8.25.ebuild +++ b/app-text/calibre/calibre-0.8.25.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/app-text/calibre/calibre-0.8.25.ebuild,v 1.1 2011/11/06 20:48:29 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.25.ebuild,v 1.2 2011/11/15 15:55:03 zmedico Exp $ EAPI=4 PYTHON_DEPEND=2:2.7 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="" +IUSE="+udisks" COMMON_DEPEND=" >=app-text/podofo-0.8.2 @@ -41,7 +41,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} >=dev-python/reportlab-2.1 - sys-fs/udisks" + udisks? ( sys-fs/udisks )" DEPEND="${COMMON_DEPEND} >=dev-python/setuptools-0.6_rc5 diff --git a/app-text/calibre/calibre-0.8.26.ebuild b/app-text/calibre/calibre-0.8.26.ebuild index 619c1843fb7a..153ce791841b 100644 --- a/app-text/calibre/calibre-0.8.26.ebuild +++ b/app-text/calibre/calibre-0.8.26.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/app-text/calibre/calibre-0.8.26.ebuild,v 1.1 2011/11/12 17:24:16 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.26.ebuild,v 1.2 2011/11/15 15:55:03 zmedico Exp $ EAPI=4 PYTHON_DEPEND=2:2.7 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="" +IUSE="+udisks" COMMON_DEPEND=" >=app-text/podofo-0.8.2 @@ -41,7 +41,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} >=dev-python/reportlab-2.1 - sys-fs/udisks" + udisks? ( sys-fs/udisks )" DEPEND="${COMMON_DEPEND} >=dev-python/setuptools-0.6_rc5 diff --git a/app-text/calibre/metadata.xml b/app-text/calibre/metadata.xml index 059d713e41ed..54ca65b687a3 100644 --- a/app-text/calibre/metadata.xml +++ b/app-text/calibre/metadata.xml @@ -4,4 +4,7 @@ <maintainer> <email>zmedico@gentoo.org</email> </maintainer> + <use> + <flag name="udisks">Add run-time dependency on sys-fs/udisks in order to mount and unmount reading devices.</flag> + </use> </pkgmetadata> |