summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-02-07 19:50:26 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-02-07 19:51:18 +1100
commit163470e9eccf671aa949b0d74a2918d47b947ff1 (patch)
tree96168832f984cf36b97be8786131c5d240412b4c /sys-fs
parentdev-util/intltool: remove 0.51.0-r1 (diff)
downloadgentoo-163470e9eccf671aa949b0d74a2918d47b947ff1.tar.gz
gentoo-163470e9eccf671aa949b0d74a2918d47b947ff1.tar.bz2
gentoo-163470e9eccf671aa949b0d74a2918d47b947ff1.zip
sys-fs/udiskie: remove 0.6.2 and 0.6.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udiskie/Manifest2
-rw-r--r--sys-fs/udiskie/udiskie-0.6.2.ebuild56
-rw-r--r--sys-fs/udiskie/udiskie-0.6.4.ebuild56
3 files changed, 0 insertions, 114 deletions
diff --git a/sys-fs/udiskie/Manifest b/sys-fs/udiskie/Manifest
index 528bb73a4533..af7b90bc8faa 100644
--- a/sys-fs/udiskie/Manifest
+++ b/sys-fs/udiskie/Manifest
@@ -1,3 +1 @@
-DIST udiskie-0.6.2.tar.gz 48983 BLAKE2B 0d9f297c20ebd211eebbc645434910a3ee3b00ad08e26d1ca356c81bd3e66c70039f18012bdcc45bc3e2571d6cf68400de9a6c0ec1d4770f6e2016a26be15ec3 SHA512 5e1aae4b31c9d7d1a438c2153bbdc5bb45a1f28264c80ed11d060e507949c996cc8fa0b85b506d7ee0f867b583529d6c039353ea19490c3c158c7d94c7ad9e26
-DIST udiskie-0.6.4.tar.gz 51201 BLAKE2B 72212137e4a234bda6c56f3481727bee16934bbcbbf40d6b0ac218928fb52398fb4c828b4df8c72d45532919f6838936c583818dce248a2b93597d19ba275b48 SHA512 a3eca82e5595d961fe52bb9c3379ec18a5d187d0d7afd48f4801155570a50b742c27cb3a93a58535d57bbf8a0bc673366d1c57bf38a32d92e53fb31b98133bfa
DIST udiskie-1.1.1.tar.gz 62207 BLAKE2B 47dea106580fbd037970b274205b896fa95e1f41cd8593bc9a14c8d19f40c3c44281e7334d4b0aaab0aa5e37146b8fa702afc4b82a2ed0e00549d2f9eb475533 SHA512 0524aeafb4777039a35be8854a0cf3bdbefd43eccb758da9aa2fa71fc4041816ff009dbbff20b4906c9bac281995c9923fcf542107a83c76ecb8c45d6b20b1ba
diff --git a/sys-fs/udiskie/udiskie-0.6.2.ebuild b/sys-fs/udiskie/udiskie-0.6.2.ebuild
deleted file mode 100644
index 3482df594ece..000000000000
--- a/sys-fs/udiskie/udiskie-0.6.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 gnome2-utils readme.gentoo
-
-DESCRIPTION="An automatic disk mounting service using udisks"
-HOMEPAGE="https://pypi.python.org/pypi/udiskie https://github.com/coldfix/udiskie"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="dev-python/dbus-python
- dev-python/notify-python
- dev-python/pygobject:2
- dev-python/pyxdg
- sys-fs/udisks"
-DEPEND="app-text/asciidoc
- dev-python/setuptools"
-
-DOC_CONTENTS="You have to select which sys-fs/udisks SLOT you want to use:\n
-# emerge --noreplace 'sys-fs/udisks:0' (for UDisks 1.0.4+)\nor\n
-# emerge --noreplace 'sys-fs/udisks:2' (for UDisks 2.0.0+)"
-
-src_prepare() {
- sed -i -e 's:gtk-update-icon-cache:true:' setup.py || die
- distutils-r1_src_prepare
-}
-
-src_compile() {
- distutils-r1_src_compile
- emake -C doc
-}
-
-src_install() {
- distutils-r1_src_install
- doman doc/${PN}.8
- readme.gentoo_src_install
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- readme.gentoo_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/sys-fs/udiskie/udiskie-0.6.4.ebuild b/sys-fs/udiskie/udiskie-0.6.4.ebuild
deleted file mode 100644
index f0a1b760edee..000000000000
--- a/sys-fs/udiskie/udiskie-0.6.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 gnome2-utils readme.gentoo
-
-DESCRIPTION="An automatic disk mounting service using udisks"
-HOMEPAGE="https://pypi.python.org/pypi/udiskie https://github.com/coldfix/udiskie"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="dev-python/dbus-python
- dev-python/notify-python
- dev-python/pygobject:2
- dev-python/pyxdg
- sys-fs/udisks"
-DEPEND="app-text/asciidoc
- dev-python/setuptools"
-
-DOC_CONTENTS="You have to select which sys-fs/udisks SLOT you want to use:\n
-# emerge --noreplace 'sys-fs/udisks:0' (for UDisks 1.0.4+)\nor\n
-# emerge --noreplace 'sys-fs/udisks:2' (for UDisks 2.0.0+)"
-
-src_prepare() {
- sed -i -e 's:gtk-update-icon-cache:true:' setup.py || die
- distutils-r1_src_prepare
-}
-
-src_compile() {
- distutils-r1_src_compile
- emake -C doc
-}
-
-src_install() {
- distutils-r1_src_install
- doman doc/${PN}.8
- readme.gentoo_src_install
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- readme.gentoo_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}