diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-15 15:17:56 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-15 15:21:11 +0100 |
commit | 37dd92935b832748bfd14312a26a8448b9c54615 (patch) | |
tree | 797b19547a2583062182c6b029ee8eac0ca75c1d /x11-themes/gnome-themes-standard | |
parent | x11-themes/gnome-backgrounds: Version bump (diff) | |
download | gentoo-37dd92935b832748bfd14312a26a8448b9c54615.tar.gz gentoo-37dd92935b832748bfd14312a26a8448b9c54615.tar.bz2 gentoo-37dd92935b832748bfd14312a26a8448b9c54615.zip |
x11-themes/gnome-themes-standard: Drop old
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-themes/gnome-themes-standard')
3 files changed, 0 insertions, 111 deletions
diff --git a/x11-themes/gnome-themes-standard/Manifest b/x11-themes/gnome-themes-standard/Manifest index 823c4308e6c6..cc88e85df3c5 100644 --- a/x11-themes/gnome-themes-standard/Manifest +++ b/x11-themes/gnome-themes-standard/Manifest @@ -1,3 +1,2 @@ -DIST gnome-themes-standard-3.12.0.tar.xz 5911004 SHA256 a05d1b7ca872b944a69d0c0cc2369408ece32ff4355e37f8594a1b70d13c3217 SHA512 670ca40d0c8e79cc4aebd584ea44ef7adad3251116d1f2f26b402e52fbeac69069b10d0c262ceda01b6a455a0f4c86f7121fdc4cb611cf8b0d9813aae6ceb4b7 WHIRLPOOL 1b5eafad6306db1854830daa72b0e20293d9eb86fa9cdb8da902575d0fed73d497c71be096108b5545d60c8b03c051fc3ef74af1e3999570af0e7e4353b7033a DIST gnome-themes-standard-3.14.2.3.tar.xz 2884424 SHA256 d82a1cf90be3397deadea46d3ba396a46943c7e141ebc70cf833956b5794e479 SHA512 4d106b86be9cac33f641f346eaa7b8213c9725a7dc19b1192c13fb0feda4e8a62b31f0aa73d80bdd20adfa3be56d378c178b7bff8173b24b1c957d15e76b346a WHIRLPOOL 74d6fc47bd0a5a47b4028efc114a6b50211f6fa226e5057e5cfa4f863676af83f2581cfb71b7c69c4e1b4e489eee76c979472b5c2b03cdcc193f5ae794e686ba DIST gnome-themes-standard-3.16.2.tar.xz 2866556 SHA256 59eb79a59d44b5cd8daa8de1e7559fb5186503dcd78e47d0b72cb896d8654b9f SHA512 483e63e1f01d6a0c26a07def12f19d59406a2f89202db599876cff8542215b4d5eb8a054805eb16a4e027c76399f4bb498ed326e136ecf482c71f5a0b8cb5556 WHIRLPOOL ce585f3f17220538bbea025c201b3939a69b3dfba4186fc6312c63ea4e290a3dbfd526f93f0f3396e92b2e57908a936c442278a7a5323c0c0c0c571337a2caf8 diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild deleted file mode 100644 index 891598289958..000000000000 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Standard Themes for GNOME Applications" -HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="+gtk" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" - -COMMON_DEPEND=" - gnome-base/librsvg:2 - x11-libs/cairo - gtk? ( - >=x11-libs/gtk+-2.24.15:2 - >=x11-libs/gtk+-3.12:3 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig -" -# gnome-themes{,-extras} are OBSOLETE for GNOME 3 -# http://comments.gmane.org/gmane.comp.gnome.desktop/44130 -# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose -# their default background image -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gsettings-desktop-schemas-3.4 - !<x11-themes/gnome-themes-2.32.1-r1 -" - -src_prepare() { - # Install cursors in the right place - sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \ - -i themes/Adwaita/cursors/Makefile.am \ - -i themes/Adwaita/cursors/Makefile.in || die - - gnome2_src_prepare -} - -src_configure() { - # The icon cache needs to be generated in pkg_postinst() - gnome2_src_configure \ - --disable-static \ - $(use_enable gtk gtk2-engine) \ - $(use_enable gtk gtk3-engine) \ - GTK_UPDATE_ICON_CACHE=$(type -P true) -} - -src_install() { - gnome2_src_install - - # Make it the default cursor theme - dosym Adwaita /usr/share/cursors/xorg-x11/default -} diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3.ebuild deleted file mode 100644 index f93c82bb83b7..000000000000 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Standard Themes for GNOME Applications" -HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="+gtk" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" - -COMMON_DEPEND=" - gnome-base/librsvg:2 - x11-libs/cairo - gtk? ( - >=x11-libs/gtk+-2.24.15:2 - >=x11-libs/gtk+-3.12:3 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig -" -# gnome-themes{,-extras} are OBSOLETE for GNOME 3 -# http://comments.gmane.org/gmane.comp.gnome.desktop/44130 -# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose -# their default background image -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gsettings-desktop-schemas-3.4 - !<x11-themes/gnome-themes-2.32.1-r1 -" - -src_configure() { - # The icon cache needs to be generated in pkg_postinst() - gnome2_src_configure \ - --disable-static \ - $(use_enable gtk gtk2-engine) \ - $(use_enable gtk gtk3-engine) \ - GTK_UPDATE_ICON_CACHE=$(type -P true) -} |