summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-30 18:26:54 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-30 18:26:54 +0000
commite2528a9e66e5795785af13f03c972395aa54de08 (patch)
treef92ce32f353711b022753fc061741466eb633190 /dev-python/pytest
parentUse.mask quvi (diff)
downloadgentoo-2-e2528a9e66e5795785af13f03c972395aa54de08.tar.gz
gentoo-2-e2528a9e66e5795785af13f03c972395aa54de08.tar.bz2
gentoo-2-e2528a9e66e5795785af13f03c972395aa54de08.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha19_p24/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pytest')
-rw-r--r--dev-python/pytest/ChangeLog6
-rw-r--r--dev-python/pytest/pytest-1.3.ebuild17
2 files changed, 5 insertions, 18 deletions
diff --git a/dev-python/pytest/ChangeLog b/dev-python/pytest/ChangeLog
index 629f44939f98..7d48c1371833 100644
--- a/dev-python/pytest/ChangeLog
+++ b/dev-python/pytest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.9 2011/01/30 18:01:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.10 2011/01/30 18:26:54 arfrever Exp $
+
+ 30 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -pytest-1.3.ebuild:
+ Delete.
30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pytest-2.0.0.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #351493
diff --git a/dev-python/pytest/pytest-1.3.ebuild b/dev-python/pytest/pytest-1.3.ebuild
deleted file mode 100644
index 817a78ea3cde..000000000000
--- a/dev-python/pytest/pytest-1.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-1.3.ebuild,v 1.2 2010/12/13 13:46:19 arfrever Exp $
-
-EAPI="3"
-
-DESCRIPTION="py.test: simple powerful testing with Python"
-HOMEPAGE="http://pytest.org/ http://pypi.python.org/pypi/pytest"
-SRC_URI=""
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="=dev-python/py-1.3*"
-RDEPEND="${DEPEND}"