x11-themes/elementary-xfce-icon-theme: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 15:55:40 +0000 (17:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 17:27:03 +0000 (19:27 +0200)
x11-themes/elementary-xfce-icon-theme/Manifest
x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8.ebuild [deleted file]
x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8_p20170710.ebuild [deleted file]

index e0ca284f6c2d3bc127580ab06313281a8e739fd9..b3dc7c3f123e877950dc96ed3a2d8ed65f462107 100644 (file)
@@ -1,3 +1 @@
-DIST elementary-xfce-icon-theme-0.8.tar.gz 7517799 BLAKE2B d27933b04b7b2e6df3be132f7629ecc6a48ed3d9afa437aa5d1814f1789aa7d6a76678aaf6957362e56cdc2829296e1dde23a72e3062742b3d5d1fc65873dd04 SHA512 6abf95e6b4aa41722848ac818f482eec3de012f69ed76db4396d9e572d6032d2ba32a6ed399b9446fb872c1d2f54baf862a0a55fc49ea15ba781ad54b91cd8f5
-DIST elementary-xfce-icon-theme-0.8_p20170710.tar.gz 7720603 BLAKE2B 07e83918a0c8367bbf8cc17003b1690aa54f210539a6d8a696468e50acadf387e2ae26190b6cb020fae7e3fdb5a6a0a406d80820ed7aa515463f13dea44a4541 SHA512 e92808b65975aacefbb0996b48a3e5ed59ae3ce1af48aa2c4aa8451997ba60cf8badafcbe875adc587b4ca5471aef945123beb4f5335ae257bc9dfaf5c6db854
 DIST elementary-xfce-icon-theme-0.9.tar.gz 7724631 BLAKE2B 197db65ebc24f8f62e862613c28222036bebfe99c59b91f36c3d5c83266ac29c635badc6453f8372a46c3bfcd2161a08073d021994372275716ced91f29f2f66 SHA512 9db76522a4feb10bb4cd7d6bb3febab20ca3ae752a42d23926908edf20d69dd674d281d679bad197f19e7a8efe84576da19cdbbc37b3e4b9ce0570d54782016c
diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8.ebuild
deleted file mode 100644 (file)
index c9b20a3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils
-
-MY_PN="${PN/-icon-theme/}"
-
-DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
-HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="public-domain GPL-1 GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
-       insinto /usr/share/icons/
-       dodoc README
-       for shade in elementary-xfce*; do
-               for doc in {AUTHORS,CONTRIBUTORS,LICENSE}; do
-                       if [[ -f ${shade}/${doc} ]]; then
-                               newdoc ${shade}/${doc} ${shade}-${doc}
-                               rm -f ${shade}/${doc} || die
-                       elif [[ -L ${shade}/${doc} ]]; then
-                               unlink ${shade}/${doc} || die
-                       fi
-               done
-               doins -r ${shade}
-       done
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8_p20170710.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.8_p20170710.ebuild
deleted file mode 100644 (file)
index ce3a567..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils
-
-COMMIT=7d3a76510d38ad650854382d2dcc502beb91642a
-
-DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
-HOMEPAGE="https://github.com/shimmerproject/elementary-xfce"
-SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="public-domain GPL-1 GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-S=${WORKDIR}/elementary-xfce-${COMMIT}
-
-src_install() {
-       insinto /usr/share/icons/
-       dodoc README
-       for shade in elementary-xfce*; do
-               for doc in {AUTHORS,CONTRIBUTORS,LICENSE}; do
-                       if [[ -f ${shade}/${doc} ]]; then
-                               newdoc ${shade}/${doc} ${shade}-${doc}
-                               rm -f ${shade}/${doc} || die
-                       elif [[ -L ${shade}/${doc} ]]; then
-                               unlink ${shade}/${doc} || die
-                       fi
-               done
-               doins -r ${shade}
-       done
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }