aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-11-24 14:39:53 -0700
committerChristoph Junghans <ottxor@gentoo.org>2014-11-24 14:39:53 -0700
commitc5ab2d8b749fb841e45cdb5f93ecbeda6af5970b (patch)
treedb085833064fd471cc757527633b21da0d1ee7c3
parentMerge branch 'master' of ssh://github.com/gentoo-science/sci (diff)
downloadsci-c5ab2d8b749fb841e45cdb5f93ecbeda6af5970b.tar.gz
sci-c5ab2d8b749fb841e45cdb5f93ecbeda6af5970b.tar.bz2
sci-c5ab2d8b749fb841e45cdb5f93ecbeda6af5970b.zip
removed www-apps/py-swish-e
-rw-r--r--www-apps/py-swish-e/ChangeLog14
-rw-r--r--www-apps/py-swish-e/Manifest1
-rw-r--r--www-apps/py-swish-e/metadata.xml5
-rw-r--r--www-apps/py-swish-e/py-swish-e-0.5.ebuild23
4 files changed, 0 insertions, 43 deletions
diff --git a/www-apps/py-swish-e/ChangeLog b/www-apps/py-swish-e/ChangeLog
deleted file mode 100644
index 57b919296..000000000
--- a/www-apps/py-swish-e/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for www-apps/py-swish-e
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 12 Jun 2013; Justin Lecher <jlec@gentoo.org> py-swish-e-0.5.ebuild,
- metadata.xml:
- Bump to EAPI=5 and distutils-r1.eclass
-
-*py-swish-e-0.5 (07 Jan 2011)
-
- 07 Jan 2011; Justin Lecher <jlec@gentoo.org> +py-swish-e-0.5.ebuild,
- +metadata.xml:
- Moving www-apps/SwishE to www-apps/py-swish-e
-
diff --git a/www-apps/py-swish-e/Manifest b/www-apps/py-swish-e/Manifest
deleted file mode 100644
index 74af89790..000000000
--- a/www-apps/py-swish-e/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST swish-e-0.5.tar.gz 8784 SHA256 326d4439317892deda80afdc023e65920a0900ac6f10d6623c8f6b241ad07e83 SHA512 c2194fff93096e9122d9d7515d63f175e625cd0b053473e669c3a5fd3b659fc795cdfa1c30d1c137871f743a891154b76f9374af32113a089bdf56a0509f12a9 WHIRLPOOL 6fd7dd3311073cdc3eef5b1280f4eeebe70ad943d97998c891392dd33a713fc993a6d7eb16fffdce444432478679519f5dc04928350a803370128bd19f38db7f
diff --git a/www-apps/py-swish-e/metadata.xml b/www-apps/py-swish-e/metadata.xml
deleted file mode 100644
index b229aec85..000000000
--- a/www-apps/py-swish-e/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-</pkgmetadata>
diff --git a/www-apps/py-swish-e/py-swish-e-0.5.ebuild b/www-apps/py-swish-e/py-swish-e-0.5.ebuild
deleted file mode 100644
index 1e561a97b..000000000
--- a/www-apps/py-swish-e/py-swish-e-0.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python API for swish-e"
-HOMEPAGE="http://py-swish-e.berlios.de/"
-SRC_URI="mirror://berlios/${PN}/${P/py-/}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=www-apps/swish-e-2.4"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/SwishE-${PV}