diff options
author | 2010-07-17 10:05:22 +0000 | |
---|---|---|
committer | 2010-07-17 10:05:22 +0000 | |
commit | a92440e3797ecf74a207971566b7acc00a124443 (patch) | |
tree | 7cb1520575b37b93a5b2acc24e1316ca638c8def /app-misc/pysmssend | |
parent | This ebuild will only install libcrypto.so.0.9.8 and libssl.so.0.9.8 for bina... (diff) | |
download | gentoo-2-a92440e3797ecf74a207971566b7acc00a124443.tar.gz gentoo-2-a92440e3797ecf74a207971566b7acc00a124443.tar.bz2 gentoo-2-a92440e3797ecf74a207971566b7acc00a124443.zip |
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/pysmssend')
-rw-r--r-- | app-misc/pysmssend/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/pysmssend/pysmssend-1.40.ebuild | 35 | ||||
-rw-r--r-- | app-misc/pysmssend/pysmssend-1.42-r1.ebuild | 41 | ||||
-rw-r--r-- | app-misc/pysmssend/pysmssend-1.42.ebuild | 37 | ||||
-rw-r--r-- | app-misc/pysmssend/pysmssend-1.44.ebuild | 41 |
5 files changed, 5 insertions, 155 deletions
diff --git a/app-misc/pysmssend/ChangeLog b/app-misc/pysmssend/ChangeLog index 4edc4c9a7f35..bedc47fc8306 100644 --- a/app-misc/pysmssend/ChangeLog +++ b/app-misc/pysmssend/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/pysmssend # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v 1.16 2010/07/17 09:12:13 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/ChangeLog,v 1.17 2010/07/17 10:05:22 hwoarang Exp $ + + 17 Jul 2010; Markos Chandras <hwoarang@gentoo.org> -pysmssend-1.40.ebuild, + -pysmssend-1.42.ebuild, -pysmssend-1.42-r1.ebuild, -pysmssend-1.44.ebuild: + Remove old ebuilds 17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> pysmssend-1.45.ebuild: diff --git a/app-misc/pysmssend/pysmssend-1.40.ebuild b/app-misc/pysmssend/pysmssend-1.40.ebuild deleted file mode 100644 index f985f694490e..000000000000 --- a/app-misc/pysmssend/pysmssend-1.40.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-1.40.ebuild,v 1.5 2010/07/06 17:03:37 arfrever Exp $ - -PYTHON_DEPEND="2:2.5" - -inherit distutils eutils multilib - -DESCRIPTION="Python Application for sending sms over multiple ISPs" -HOMEPAGE="http://pysmssend.sourceforge.net/" -SRC_URI="http://pysmssend.silverarrow.org/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="qt4" - -RDEPEND=">dev-python/mechanize-0.1.7b - qt4? ( dev-python/PyQt4 )" - -src_install() { - distutils_src_install - if use qt4; then - insinto /usr/share/${PN}/Icons || die "insinto failed" - doins Icons/* || die "doins failed" - doicon Icons/pysmssend.png || die "doicon failed" - dobin pysmssend pysmssendcmd || die "failed to create executables" - make_desktop_entry pysmssend pySMSsend pysmssend \ - "Applications;Network" || die "make_desktop_entry failed" - else - dobin pysmssendcmd || die "failed to create executable" - dosym pysmssendcmd /usr/bin/pysmssend || die "dosym failed" - fi - dodoc README AUTHORS TODO || die "dodoc failed" -} diff --git a/app-misc/pysmssend/pysmssend-1.42-r1.ebuild b/app-misc/pysmssend/pysmssend-1.42-r1.ebuild deleted file mode 100644 index cc04a0ec75fe..000000000000 --- a/app-misc/pysmssend/pysmssend-1.42-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-1.42-r1.ebuild,v 1.2 2010/05/08 04:18:18 hwoarang Exp $ - -PYTHON_DEPEND="2:2.5" - -EAPI="2" - -inherit distutils eutils multilib - -DESCRIPTION="Python Application for sending sms over multiple ISPs" -HOMEPAGE="http://pysmssend.silverarrow.org/" -SRC_URI="http://pysmssend.silverarrow.org/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qt4" - -RDEPEND=">dev-python/mechanize-0.1.7b - qt4? ( dev-python/PyQt4[X] )" - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - distutils_src_install - if use qt4; then - insinto /usr/share/${PN}/Icons || die "insinto failed" - doins Icons/* || die "doins failed" - doicon Icons/pysmssend.png || die "doicon failed" - dobin pysmssend pysmssendcmd || die "failed to create executables" - make_desktop_entry pysmssend pySMSsend pysmssend \ - "Applications;Network" || die "make_desktop_entry failed" - else - dobin pysmssendcmd || die "failed to create executable" - dosym pysmssendcmd /usr/bin/pysmssend || die "dosym failed" - fi - dodoc README AUTHORS TODO || die "dodoc failed" -} diff --git a/app-misc/pysmssend/pysmssend-1.42.ebuild b/app-misc/pysmssend/pysmssend-1.42.ebuild deleted file mode 100644 index 068fce43afa6..000000000000 --- a/app-misc/pysmssend/pysmssend-1.42.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-1.42.ebuild,v 1.6 2010/07/06 17:03:37 arfrever Exp $ - -PYTHON_DEPEND="2:2.5" - -EAPI="2" - -inherit distutils eutils multilib - -DESCRIPTION="Python Application for sending sms over multiple ISPs" -HOMEPAGE="http://pysmssend.silverarrow.org/" -SRC_URI="http://pysmssend.silverarrow.org/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qt4" - -RDEPEND=">dev-python/mechanize-0.1.7b - qt4? ( dev-python/PyQt4[X] )" - -src_install() { - distutils_src_install - if use qt4; then - insinto /usr/share/${PN}/Icons || die "insinto failed" - doins Icons/* || die "doins failed" - doicon Icons/pysmssend.png || die "doicon failed" - dobin pysmssend pysmssendcmd || die "failed to create executables" - make_desktop_entry pysmssend pySMSsend pysmssend \ - "Applications;Network" || die "make_desktop_entry failed" - else - dobin pysmssendcmd || die "failed to create executable" - dosym pysmssendcmd /usr/bin/pysmssend || die "dosym failed" - fi - dodoc README AUTHORS TODO || die "dodoc failed" -} diff --git a/app-misc/pysmssend/pysmssend-1.44.ebuild b/app-misc/pysmssend/pysmssend-1.44.ebuild deleted file mode 100644 index 0c1b36f07974..000000000000 --- a/app-misc/pysmssend/pysmssend-1.44.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-1.44.ebuild,v 1.1 2010/05/06 14:57:43 hwoarang Exp $ - -PYTHON_DEPEND="2:2.5" - -EAPI="2" - -inherit distutils eutils multilib - -DESCRIPTION="Python Application for sending sms over multiple ISPs" -HOMEPAGE="http://pysmssend.silverarrow.org/" -SRC_URI="http://pysmssend.silverarrow.org/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qt4" - -RDEPEND=">dev-python/mechanize-0.1.7b - qt4? ( dev-python/PyQt4[X] )" - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - distutils_src_install - if use qt4; then - insinto /usr/share/${PN}/Icons || die "insinto failed" - doins Icons/* || die "doins failed" - doicon Icons/pysmssend.png || die "doicon failed" - dobin pysmssend pysmssendcmd || die "failed to create executables" - make_desktop_entry pysmssend pySMSsend pysmssend \ - "Applications;Network" || die "make_desktop_entry failed" - else - dobin pysmssendcmd || die "failed to create executable" - dosym pysmssendcmd /usr/bin/pysmssend || die "dosym failed" - fi - dodoc README AUTHORS TODO || die "dodoc failed" -} |