summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-07-07 22:51:42 +0300
committerMart Raudsepp <leio@gentoo.org>2017-07-08 00:18:46 +0300
commite911b4291e6eb22f07a08c56ecd99cb777c895cc (patch)
tree666b6520bc97e78d285c2ed58dfc1efc5241d699 /x11-themes
parentnet-libs/libtorrent-rasterbar: Version bump to 1.1.4 (diff)
downloadgentoo-e911b4291e6eb22f07a08c56ecd99cb777c895cc.tar.gz
gentoo-e911b4291e6eb22f07a08c56ecd99cb777c895cc.tar.bz2
gentoo-e911b4291e6eb22f07a08c56ecd99cb777c895cc.zip
x11-themes/adwaita-icon-theme: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/adwaita-icon-theme/Manifest1
-rw-r--r--x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/x11-themes/adwaita-icon-theme/Manifest b/x11-themes/adwaita-icon-theme/Manifest
index af8be0760505..547a68933be6 100644
--- a/x11-themes/adwaita-icon-theme/Manifest
+++ b/x11-themes/adwaita-icon-theme/Manifest
@@ -1,3 +1,2 @@
-DIST adwaita-icon-theme-3.20.tar.xz 18821792 SHA256 7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35 SHA512 df3818b09aa986f0cc6f26c9f0cf39652814518ca51b1a9896ce957ad7a3868a0e19519386ad964a13960e10aa5201da7424113a93ff5149b0c202ba4a44e1dd WHIRLPOOL 228827e1dd4d2217631a5e4a6d0f08e924f9b11f421267e2f3bbfbc74e07aca08e45ef40a9c9e4c665e061b22efaa87b1a5e7b11ec04af1448fd097839fd7ef0
DIST adwaita-icon-theme-3.22.0.tar.xz 18395856 SHA256 c18bf6e26087d9819a962c77288b291efab25d0419b73d909dd771716a45dcb7 SHA512 33d5eab0a7295069bb3cc8939bebeed0bad8ff72bfe42b0a90e616190ce519e7d7e2b4e9e4c145d04911ea37c205c12ca39972fd00e6ef34271b66a25ff24983 WHIRLPOOL 656556360a4535b4fd29de163f73b03c3f82c568c5d21cc94a6dd35fa478804b39f0c563430edcc5f9f3cdfc920bdf14a0290ecb58314dfd089b62078d873bfb
DIST tango-gentoo-v1.1.tar.gz 29322 SHA256 518efa4257c8e689488399db23397a89f4dcd5990ce537ef6215860ad5606eb0 SHA512 87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045 WHIRLPOOL 9e1635a505ea48f4fe8bdb3b8b3b43cfb9cf99e3204194c51361b198886e719921cfacbc15f9f6407aa7d0c4af178e24c74b998fc370fa2329040e5be1baf153
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
deleted file mode 100644
index a5bdb77b9e9c..000000000000
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit gnome2 versionator
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme/"
-
-SRC_URI="${SRC_URI}
- branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
-"
-LICENSE="
- || ( LGPL-3 CC-BY-SA-3.0 )
- branding? ( CC-BY-SA-4.0 )
-"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-COMMON_DEPEND="
- >=x11-themes/hicolor-icon-theme-0.10
-"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/librsvg:2
- !<x11-themes/gnome-themes-standard-3.14
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
- virtual/pkgconfig
-"
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
- if use branding; then
- for i in 16 22 24 32 48; do
- cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
- "${S}"/Adwaita/${i}x${i}/places/start-here.png \
- || die "Copying gentoo logos failed"
- done
- fi
-
- # Install cursors in the right place used in Gentoo
- sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
- -i "${S}"/Makefile.am \
- -i "${S}"/Makefile.in || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
-}