diff options
author | 2007-09-11 13:37:46 +0000 | |
---|---|---|
committer | 2007-09-11 13:37:46 +0000 | |
commit | fa0ef04c401a6a0333259df4abb55cf499e55985 (patch) | |
tree | 5110abf5e0a406e2b8e4dde1048cbe3cdba553a7 /net-p2p | |
parent | alpha/ia64 stable (diff) | |
download | gentoo-2-fa0ef04c401a6a0333259df4abb55cf499e55985.tar.gz gentoo-2-fa0ef04c401a6a0333259df4abb55cf499e55985.tar.bz2 gentoo-2-fa0ef04c401a6a0333259df4abb55cf499e55985.zip |
Latest changes reverted. Nicotine+ doesn't use svg.
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine+/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.8.ebuild | 11 |
2 files changed, 7 insertions, 10 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog index 1147d802e5ae..41e8d542a880 100644 --- a/net-p2p/nicotine+/ChangeLog +++ b/net-p2p/nicotine+/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/nicotine+ # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.22 2007/09/11 11:13:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.23 2007/09/11 13:37:46 coldwind Exp $ + + 11 Sep 2007; Santiago M. Mola <coldwind@gentoo.org> + nicotine+-1.2.8.ebuild: + Latest changes reverted. Nicotine+ doesn't use svg. 11 Sep 2007; Raúl Porcel <armin76@gentoo.org> nicotine+-1.2.8.ebuild: Check for svg USE-flag on x11-libs/cairo, bug #190901 diff --git a/net-p2p/nicotine+/nicotine+-1.2.8.ebuild b/net-p2p/nicotine+/nicotine+-1.2.8.ebuild index b013159c5c78..88ef1ce71fff 100644 --- a/net-p2p/nicotine+/nicotine+-1.2.8.ebuild +++ b/net-p2p/nicotine+/nicotine+-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.6 2007/09/11 11:13:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.7 2007/09/11 13:37:46 coldwind Exp $ inherit distutils eutils multilib toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nicotine-plus/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86 ~x86-fbsd" -IUSE="vorbis geoip" +IUSE="geoip vorbis" RDEPEND="virtual/python >=dev-python/pygtk-2 @@ -24,13 +24,6 @@ DEPEND="${RDEPEND} dev-util/pkgconfig >=sys-apps/sed-4" -pkg_setup() { - if ! built_with_use x11-libs/cairo svg; then - eerror "x11-libs/cairo must be built with the 'svg' USE flag" - die "Recompile x11-libs/cairo with enabled svg USE flag" - fi -} - src_compile() { distutils_src_compile |