diff options
author | Alex Legler <a3li@gentoo.org> | 2010-09-29 19:07:10 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-09-29 19:07:10 +0000 |
commit | 271c30d1b440a0e531c37986bb6540c910e67ac6 (patch) | |
tree | babf30ff82e38e9d02a64fb27573615db42965ba /www-apps | |
parent | Version bump, contains minor bugfixes and updated i18n. Removing old version. (diff) | |
download | historical-271c30d1b440a0e531c37986bb6540c910e67ac6.tar.gz historical-271c30d1b440a0e531c37986bb6540c910e67ac6.tar.bz2 historical-271c30d1b440a0e531c37986bb6540c910e67ac6.zip |
Version bump, contains minor bugfixes and updated i18n. No longer try to install docs/vtodo which would fail. Removing old version.
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/horde-nag/ChangeLog | 9 | ||||
-rw-r--r-- | www-apps/horde-nag/horde-nag-2.3.6.ebuild (renamed from www-apps/horde-nag/horde-nag-2.3.3.ebuild) | 12 |
2 files changed, 18 insertions, 3 deletions
diff --git a/www-apps/horde-nag/ChangeLog b/www-apps/horde-nag/ChangeLog index 82701af7c864..0db10976cf5d 100644 --- a/www-apps/horde-nag/ChangeLog +++ b/www-apps/horde-nag/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-apps/horde-nag # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-nag/ChangeLog,v 1.38 2010/09/18 18:33:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-nag/ChangeLog,v 1.39 2010/09/29 19:07:10 a3li Exp $ + +*horde-nag-2.3.6 (29 Sep 2010) + + 29 Sep 2010; Alex Legler <a3li@gentoo.org> -horde-nag-2.3.3.ebuild, + +horde-nag-2.3.6.ebuild: + Version bump, contains minor bugfixes and updated i18n. No longer try to + install docs/vtodo which would fail. Removing old version. 18 Sep 2010; Raúl Porcel <armin76@gentoo.org> horde-nag-2.3.4.ebuild: alpha/sparc stable wrt #333207 diff --git a/www-apps/horde-nag/horde-nag-2.3.3.ebuild b/www-apps/horde-nag/horde-nag-2.3.6.ebuild index 76ce8280806d..e8167898ceec 100644 --- a/www-apps/horde-nag/horde-nag-2.3.3.ebuild +++ b/www-apps/horde-nag/horde-nag-2.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-nag/horde-nag-2.3.3.ebuild,v 1.1 2009/09/17 17:27:18 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-nag/horde-nag-2.3.6.ebuild,v 1.1 2010/09/29 19:07:10 a3li Exp $ HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap" HORDE_MAJ="-h3" @@ -12,3 +12,11 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" DEPEND="" RDEPEND=">=www-apps/horde-3" + +src_unpack() { + horde_src_unpack + + # Remove vtodo specs as they don't install and are not useful to the end user + rm -r docs/vtodo || die 'removing docs failed' +} + |