summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-11 16:44:52 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-11 16:44:52 +0000
commit3906b6e45cb108f43f13e35a0a7cea193030e4bf (patch)
tree1553d4a744da38d2cd4be4e37908240d3dfcadc7 /dev-python/pymetar
parentFix quoting, meh (diff)
downloadgentoo-2-3906b6e45cb108f43f13e35a0a7cea193030e4bf.tar.gz
gentoo-2-3906b6e45cb108f43f13e35a0a7cea193030e4bf.tar.bz2
gentoo-2-3906b6e45cb108f43f13e35a0a7cea193030e4bf.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python/pymetar')
-rw-r--r--dev-python/pymetar/Manifest4
-rw-r--r--dev-python/pymetar/pymetar-0.13.ebuild33
-rw-r--r--dev-python/pymetar/pymetar-0.8.ebuild19
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/pymetar/Manifest b/dev-python/pymetar/Manifest
index e3ffa506246f..7f0941d75c2d 100644
--- a/dev-python/pymetar/Manifest
+++ b/dev-python/pymetar/Manifest
@@ -1,8 +1,4 @@
-DIST pymetar-0.13.tar.gz 20100 RMD160 a57b453befccf7861a5b31640470b15dc42a79b8 SHA1 ea4638b28e07555adeb72e9348be35a5e42d2582 SHA256 565b3e2cb203ab13b65b861adf4f9df5ed949874f1ba7f49e35cf50c95999f6d
DIST pymetar-0.16.tar.gz 22653 RMD160 dc840a14e31b0a0900084f95ba0d9a754eef5dc4 SHA1 4f81e37ee1f0c77242edf2c4a35b29d159bbd103 SHA256 315f62db08df5745792a0e3a903528a4c02c66378c6a627fdc79cfa6499a13dc
-DIST pymetar-0.8.tar.gz 19548 RMD160 a019786b9051b042babf9c28c245e0421e3035a5 SHA1 42a0370eccdacd54424a090d5183cc91403cac49 SHA256 3cd4d4d9d63203999faa8f7eb5a4c4c06f1e787f01bc118d8889e06ee805bbdf
-EBUILD pymetar-0.13.ebuild 886 RMD160 bfd5ebf047aeb8c1dec389441f56fbc28b42cb6e SHA1 83485f3af89e14ae9439b882d90cc26997cc12ad SHA256 f7558b8fbc71e6c4d98e2e4b41bcacd8629fcf19fdb544a270ef0dd6f7701f68
EBUILD pymetar-0.16.ebuild 906 RMD160 750c2b7c34f5e771176c4417aae04de906aee6f9 SHA1 90cfbb8a6064be536d2ecae78e9c26b9ec66d181 SHA256 5423df79512ae370cc468a7a4cd70552d25e2b8296196772e73e7f1fa4925177
-EBUILD pymetar-0.8.ebuild 660 RMD160 87c57cc514fef378dd0c368989d0c4271fb690b5 SHA1 a54dc4bfdcb5bb7d359a50655bc97f05c2c15757 SHA256 7b8f1343bdb20ddee7a2c7b1072c874b1372e79a027d3eb53a2167d1b9cba8b8
MISC ChangeLog 2187 RMD160 83a6d0b1a5c7ede6df53a510ab4365a9a015c713 SHA1 70dd0e9b91623ec5e19bb8e74ec43b5f957c270a SHA256 f06a74bcd6912f564b49d2c2f30544440868980a382fd7358d8b13f6be4ced63
MISC metadata.xml 882 RMD160 4f603720eaf778e576ef469d83ca2e335897c4bd SHA1 12eb0f1829b2c96290d89781f06e1f6ce24cc190 SHA256 0a3abc76778f6b19bda6f76c0b5ddb627556887fc6faf709167857b5450a2d96
diff --git a/dev-python/pymetar/pymetar-0.13.ebuild b/dev-python/pymetar/pymetar-0.13.ebuild
deleted file mode 100644
index a7a9a911dbe9..000000000000
--- a/dev-python/pymetar/pymetar-0.13.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymetar/pymetar-0.13.ebuild,v 1.3 2008/05/14 13:33:41 armin76 Exp $
-
-NEED_PYTHON="2.3"
-
-inherit distutils
-
-DESCRIPTION="Downloads the weather report for a given station ID, decodes it and the provides easy access to all the data found in the report."
-HOMEPAGE="http://www.schwarzvogel.de/software-pymetar.shtml"
-SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-DOCS="librarydoc.txt THANKS bin/example.py"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Faulty setup.py installs ez_setup.py generated by distutils_src_unpack
- sed -i \
- -e '/packages/d' \
- -e "s|'COPYING', ||" \
- setup.py || die "sed failed"
-
- distutils_src_unpack
-}
diff --git a/dev-python/pymetar/pymetar-0.8.ebuild b/dev-python/pymetar/pymetar-0.8.ebuild
deleted file mode 100644
index eabce4c0bd9a..000000000000
--- a/dev-python/pymetar/pymetar-0.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymetar/pymetar-0.8.ebuild,v 1.5 2007/07/11 06:19:47 mr_bones_ Exp $
-
-inherit distutils
-
-HOMEPAGE="http://www.schwarzvogel.de/software-pymetar.shtml"
-DESCRIPTION="PyMETAR downloads the weather report for a given station ID, decodes it and the provides easy access to all the data found in the report."
-SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-DEPEND="virtual/python"
-
-src_install(){
- distutils_src_install
- dodoc librarydoc.txt THANKS TODO
-}