summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-04-23 19:24:26 +0000
committerMichał Górny <mgorny@gentoo.org>2014-04-23 19:24:26 +0000
commitb928426086763c714951e562412d6bdbd56539d2 (patch)
tree2ea098d104d1181f07d9f5e7c8c255d95977f14d /www-apps
parentTypo. (diff)
downloadgentoo-2-b928426086763c714951e562412d6bdbd56539d2.tar.gz
gentoo-2-b928426086763c714951e562412d6bdbd56539d2.tar.bz2
gentoo-2-b928426086763c714951e562412d6bdbd56539d2.zip
Drop unused USE=test.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/trac/ChangeLog5
-rw-r--r--www-apps/trac/trac-1.0.1-r1.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/www-apps/trac/ChangeLog b/www-apps/trac/ChangeLog
index de4d8d1885ba..52b7c64e920b 100644
--- a/www-apps/trac/ChangeLog
+++ b/www-apps/trac/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/trac
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.140 2014/04/22 18:35:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.141 2014/04/23 19:24:26 mgorny Exp $
+
+ 23 Apr 2014; Michał Górny <mgorny@gentoo.org> trac-1.0.1-r1.ebuild:
+ Drop unused USE=test.
*trac-1.0.1-r1 (22 Apr 2014)
diff --git a/www-apps/trac/trac-1.0.1-r1.ebuild b/www-apps/trac/trac-1.0.1-r1.ebuild
index b9d5d54aeca2..55e8efc2a391 100644
--- a/www-apps/trac/trac-1.0.1-r1.ebuild
+++ b/www-apps/trac/trac-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-1.0.1-r1.ebuild,v 1.1 2014/04/22 18:35:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-1.0.1-r1.ebuild,v 1.2 2014/04/23 19:24:26 mgorny Exp $
EAPI=5
@@ -19,7 +19,7 @@ SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="cgi fastcgi i18n mysql postgres +sqlite subversion test"
+IUSE="cgi fastcgi i18n mysql postgres +sqlite subversion"
REQUIRED_USE="|| ( mysql postgres sqlite )"
RDEPEND="
@@ -56,8 +56,6 @@ python_prepare_all() {
"${FILESDIR}/${PV}-git-identity.patch"
)
-# use test && python_copy_sources
-
distutils-r1_python_prepare_all
}