diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-05 09:24:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-05 10:15:57 +0200 |
commit | 28f82e7cf599a04e4334ed05960b2d8866e0efef (patch) | |
tree | 066dc403372585e2f5c56b6bf883bc19cf97d1ba /net-ftp | |
parent | x11-misc/cairo-dock: Remove (revdep of cairo-dock-plugins, to be rmed) (diff) | |
download | sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.gz sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.bz2 sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.zip |
Remove packages using old python eclasses
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/foff/ChangeLog | 29 | ||||
-rw-r--r-- | net-ftp/foff/Manifest | 4 | ||||
-rw-r--r-- | net-ftp/foff/foff-0.99.5.ebuild | 41 | ||||
-rw-r--r-- | net-ftp/foff/metadata.xml | 5 |
4 files changed, 0 insertions, 79 deletions
diff --git a/net-ftp/foff/ChangeLog b/net-ftp/foff/ChangeLog deleted file mode 100644 index ae009f95d..000000000 --- a/net-ftp/foff/ChangeLog +++ /dev/null @@ -1,29 +0,0 @@ -# ChangeLog for net-ftp/foff -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 20 Feb 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it> foff-0.99.5.ebuild: - Dot removed in the description - - 03 Apr 2007; Markus Ullmann <jokey@gentoo.org> foff-0.99.5.ebuild: - ebuild fixes - - 28 Dec 2006; Raul Porcel (armin76) <armin76@gmail.com> foff-0.99.5.ebuild: - revert multilib - - 28 Dec 2006; Raul Porcel (armin76) <armin76@gmail.com> foff-0.99.5.ebuild: - eutils inherites multilib, so no need to inherit it again - - 04 Dec 2006; Raul Porcel (armin76) <armin76@gmail.com> foff-0.99.5.ebuild: - more fixes - - 04 Dec 2006; Raul Porcel (armin76) <armin76@gmail.com> foff-0.99.5.ebuild: - Remove dodir - - 29 Nov 2006; Raul Porcel (armin76) <armin76@gmail.com> foff-0.99.5.ebuild: - Comment why Copying.txt is needed at the install dir - - 29 Nov 2006; Raul Porcel (armin76) <armin76@gmail.com> - +foff-0.99.5.ebuild, +metadata.xml: - New ebuild for bug 156638 - diff --git a/net-ftp/foff/Manifest b/net-ftp/foff/Manifest deleted file mode 100644 index 05b14be36..000000000 --- a/net-ftp/foff/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST foff-0.99.5.tar.gz 105314 RMD160 dde8197958e18c88eca7676e7d5993c26a2bb262 SHA1 1001fee92ad562689820181166ae3cdb3d2833db SHA256 d4cca0614363e6dc3d0700439542dc667342fdfa4be230aee4d016b9e98e9009 -EBUILD foff-0.99.5.ebuild 1068 RMD160 0cc820a8dec8f83521c7b88be95b46ba36be88ae SHA1 e83af73256e866e017e5dbb87da7a71d1326f14f SHA256 14bba6ccaf862a6faf7e2cb409400b3bf4e62405a701160883becba99c830241 -MISC ChangeLog 984 RMD160 30e1d08828302a98d91eaa0e26eaf4ef239e06b1 SHA1 b55cb2b922e15ce2fe42d9c36b2df016efe4d667 SHA256 5b1cf75f760ea66cf22be294443d9ddc0c3fc497ac5520ba4b66bf9fd03b3149 -MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/net-ftp/foff/foff-0.99.5.ebuild b/net-ftp/foff/foff-0.99.5.ebuild deleted file mode 100644 index fb727f582..000000000 --- a/net-ftp/foff/foff-0.99.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils python multilib - -DESCRIPTION="FTP client in Python and GTK" -HOMEPAGE="http://foff.sourceforge.net/" -SRC_URI="mirror://sourceforge/foff/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -S=${WORKDIR}/${PN} - -RDEPEND=">=dev-lang/python-2.3 - >=dev-python/pygtk-2.6" -DEPEND="${RDEPEND}" - -src_install() { - python_version - # Copying.txt is needed by the about window - insinto "/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" - doins *.py foff_logo00.png *.glade *.gladep Copying.txt - - make_wrapper foff "/usr/bin/python /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/${PN}.py" \ - /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} - - dodoc Readme.txt ChangeLog.txt -} - -pkg_postinst() { - python_version - python_mod_optimize "${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" -} - -pkg_postrm() { - python_version - python_mod_cleanup "${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" -} diff --git a/net-ftp/foff/metadata.xml b/net-ftp/foff/metadata.xml deleted file mode 100644 index 31dc017fa..000000000 --- a/net-ftp/foff/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> -<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> -</pkgmetadata> |