diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/leechcraft-azoth/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/leechcraft-azoth/leechcraft-azoth-0.5.75-r1.ebuild (renamed from net-im/leechcraft-azoth/leechcraft-azoth-0.5.75.ebuild) | 4 | ||||
-rw-r--r-- | net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/net-im/leechcraft-azoth/ChangeLog b/net-im/leechcraft-azoth/ChangeLog index e413ac4e40ed..11d9ccabecf2 100644 --- a/net-im/leechcraft-azoth/ChangeLog +++ b/net-im/leechcraft-azoth/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/leechcraft-azoth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.29 2012/08/07 14:21:37 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.30 2012/08/10 09:02:05 maksbotan Exp $ + +*leechcraft-azoth-0.5.75-r1 (10 Aug 2012) + + 10 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-azoth-0.5.75-r1.ebuild, -leechcraft-azoth-0.5.75.ebuild, + leechcraft-azoth-9999.ebuild: + Require at least one style plugin to be enabled, bug #430728. 07 Aug 2012; Maxim Koltsov <maksbotan@gentoo.org> leechcraft-azoth-9999.ebuild, metadata.xml: diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75-r1.ebuild index ec8ab46c9139..892dea5cc2f6 100644 --- a/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75.ebuild +++ b/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75.ebuild,v 1.1 2012/07/19 19:57:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75-r1.ebuild,v 1.1 2012/08/10 09:02:05 maksbotan Exp $ EAPI="4" @@ -40,6 +40,8 @@ RDEPEND="${DEPEND} virtual/latex-base )" +REQUIRED_USE="|| ( standardstyles adiumstyles )" + src_configure() { local mycmakeargs=" $(cmake-utils_use_enable crypt CRYPT) diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild index 1ec99dcfd129..5265c32f856e 100644 --- a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild +++ b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.14 2012/08/07 14:21:37 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.15 2012/08/10 09:02:05 maksbotan Exp $ EAPI="4" @@ -40,6 +40,8 @@ RDEPEND="${DEPEND} virtual/latex-base )" +REQUIRED_USE="|| ( standardstyles adiumstyles )" + src_configure() { local mycmakeargs=( $(cmake-utils_use_enable crypt CRYPT) |