summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-08-26 00:31:21 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-08-26 00:31:21 +0000
commit66d332ec9d255ce4b5a9b9588eb3ed11315ba864 (patch)
tree25c9279a2fc9837f5370bd1b1160c5723650b19d /app-i18n
parentRemove old (diff)
downloadgentoo-2-66d332ec9d255ce4b5a9b9588eb3ed11315ba864.tar.gz
gentoo-2-66d332ec9d255ce4b5a9b9588eb3ed11315ba864.tar.bz2
gentoo-2-66d332ec9d255ce4b5a9b9588eb3ed11315ba864.zip
Remove old
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/transifex-client/ChangeLog6
-rw-r--r--app-i18n/transifex-client/transifex-client-0.7.3.ebuild22
2 files changed, 5 insertions, 23 deletions
diff --git a/app-i18n/transifex-client/ChangeLog b/app-i18n/transifex-client/ChangeLog
index 70db1402ddab..b3833f68e385 100644
--- a/app-i18n/transifex-client/ChangeLog
+++ b/app-i18n/transifex-client/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/transifex-client
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/ChangeLog,v 1.20 2012/08/04 20:41:01 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/ChangeLog,v 1.21 2012/08/26 00:31:21 hwoarang Exp $
+
+ 26 Aug 2012; Markos Chandras <hwoarang@gentoo.org>
+ -transifex-client-0.7.3.ebuild:
+ Remove old
04 Aug 2012; Johannes Huber <johu@gentoo.org> transifex-client-0.8.0.ebuild:
Stable for x86, wrt bug #428874
diff --git a/app-i18n/transifex-client/transifex-client-0.7.3.ebuild b/app-i18n/transifex-client/transifex-client-0.7.3.ebuild
deleted file mode 100644
index 704acd43596c..000000000000
--- a/app-i18n/transifex-client/transifex-client-0.7.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.7.3.ebuild,v 1.3 2012/06/20 06:45:01 jdhore Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="A command line interface for Transifex"
-HOMEPAGE="http://pypi.python.org/pypi/transifex-client http://www.transifex.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""