summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-10-25 20:53:05 +0000
committerAlin Năstac <mrness@gentoo.org>2007-10-25 20:53:05 +0000
commit12c07bba9a311815263c0ece87b0b5a139afc227 (patch)
treeb6aa4a609a2ba6356776b6ba5c129e186750cd7d /app-mobilephone
parentRemove obsolete beta versions. (diff)
downloadhistorical-12c07bba9a311815263c0ece87b0b5a139afc227.tar.gz
historical-12c07bba9a311815263c0ece87b0b5a139afc227.tar.bz2
historical-12c07bba9a311815263c0ece87b0b5a139afc227.zip
Remove obsolete version.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/pysms/ChangeLog5
-rw-r--r--app-mobilephone/pysms/files/digest-pysms-0.9.23
-rw-r--r--app-mobilephone/pysms/pysms-0.9.2.ebuild23
3 files changed, 4 insertions, 27 deletions
diff --git a/app-mobilephone/pysms/ChangeLog b/app-mobilephone/pysms/ChangeLog
index 34b91fa5363c..6628cb915ad9 100644
--- a/app-mobilephone/pysms/ChangeLog
+++ b/app-mobilephone/pysms/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-mobilephone/pysms
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/pysms/ChangeLog,v 1.2 2007/08/18 08:00:10 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/pysms/ChangeLog,v 1.3 2007/10/25 20:53:04 mrness Exp $
+
+ 25 Oct 2007; Alin Năstac <mrness@gentoo.org> -pysms-0.9.2.ebuild:
+ Remove obsolete version.
*pysms-0.9.4 (18 Aug 2007)
diff --git a/app-mobilephone/pysms/files/digest-pysms-0.9.2 b/app-mobilephone/pysms/files/digest-pysms-0.9.2
deleted file mode 100644
index 69252b9bcda0..000000000000
--- a/app-mobilephone/pysms/files/digest-pysms-0.9.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3f8f50361f93ffebf442eba2f71c508c pysms-0.9.2.tar.gz 50212
-RMD160 ec99e7d8e019046adee5dd6e8cab4fa0d9b4f77b pysms-0.9.2.tar.gz 50212
-SHA256 840b1ad3139a3e88ac9e4397ccac9e59a0af46b901312074731944d6234d34e4 pysms-0.9.2.tar.gz 50212
diff --git a/app-mobilephone/pysms/pysms-0.9.2.ebuild b/app-mobilephone/pysms/pysms-0.9.2.ebuild
deleted file mode 100644
index 2b8705add5d8..000000000000
--- a/app-mobilephone/pysms/pysms-0.9.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/pysms/pysms-0.9.2.ebuild,v 1.2 2007/04/23 19:36:37 swegener Exp $
-
-inherit distutils
-
-DESCRIPTION="Tool for sending text messages for various Swiss providers"
-HOMEPAGE="http://people.ee.ethz.ch/~maandrea/pySms"
-SRC_URI="http://people.ee.ethz.ch/~maandrea/pySms/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygtk"
-
-RESTRICT="test"
-
-src_install() {
- distutils_src_install
- dodoc AUTHORS PKG-INFO README
-}