diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-01-24 13:19:02 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-01-24 14:42:58 -0800 |
commit | fe78f737a11787beb3d89e53ef093b25e7031066 (patch) | |
tree | 004a6890170e1d41c9f79485288f6736d35791fb /x11-themes/vertex-theme | |
parent | x11-terms/gnome-terminal: Drop old versions (diff) | |
download | gentoo-fe78f737a11787beb3d89e53ef093b25e7031066.tar.gz gentoo-fe78f737a11787beb3d89e53ef093b25e7031066.tar.bz2 gentoo-fe78f737a11787beb3d89e53ef093b25e7031066.zip |
x11-themes/vertex-theme: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes/vertex-theme')
-rw-r--r-- | x11-themes/vertex-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/vertex-theme/vertex-theme-20160329.ebuild | 47 | ||||
-rw-r--r-- | x11-themes/vertex-theme/vertex-theme-20170128.ebuild | 47 |
3 files changed, 0 insertions, 95 deletions
diff --git a/x11-themes/vertex-theme/Manifest b/x11-themes/vertex-theme/Manifest index e5de1e0e075c..b0952c79bc5e 100644 --- a/x11-themes/vertex-theme/Manifest +++ b/x11-themes/vertex-theme/Manifest @@ -1,2 +1 @@ -DIST vertex-theme-20160329.tar.gz 3770162 BLAKE2B 0e6f1dc1bfd349aa75ce12ba9f00ada11306fd1d5673725e24014e9b7817d7db4bf5927736e5c7c2cd8f4f473b0424d7565a42bffb0090344bd7a4723efae392 SHA512 bd63e9c5e6eadb7ea9a8a96c1131e3d55a2a715a399a7b5035fec1f6c2b89ee534e46b6e38ec0272d4cbcb05839b40d4a3fa0cabd4b8276a18c6fb059afe1c7d DIST vertex-theme-20170128.tar.gz 3776773 BLAKE2B 7a44f0e5686d91d79fa31a1f2f0b28e0abf139fa09e4b5049d0f70ddc8742a2ab7b195b21e92a05b61c3f22ec9023ffd288f142b633a42ff6291d01fae8c39fb SHA512 293b24d11424e2ee0e2223bca8423800b1f077d4f902d1ca3b2a28f46ac2cdb4ec3e50cd350d996c15be567112652ae9b43827d6615482fdbb30659e905a1f82 diff --git a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild b/x11-themes/vertex-theme/vertex-theme-20160329.ebuild deleted file mode 100644 index 07b3f2d16b02..000000000000 --- a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Vertex theme for GTK+ based desktops" -HOMEPAGE="https://github.com/horst3180/vertex-theme" -SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="cinnamon gnome-shell mate xfce" - -RDEPEND=" - x11-themes/gnome-themes-standard - x11-themes/gtk-engines-murrine - cinnamon? ( >=x11-libs/gtk+-3.20:3 ) - gnome-shell? ( >=x11-libs/gtk+-3.20:3 ) -" -DEPEND=" - virtual/pkgconfig -" - -PATCHES=( - # Do not let configure try to figure out gtk+:3 version installed - # See also https://github.com/horst3180/arc-theme/issues/436 and 484 - "${FILESDIR}"/configure-gtk3-version.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --disable-unity \ - --enable-gtk2 \ - --enable-gtk3 \ - --with-gnome=3.20 \ - $(use_enable cinnamon) \ - $(use_enable gnome-shell) \ - $(use_enable mate metacity) \ - $(use_enable xfce xfwm) -} diff --git a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128.ebuild deleted file mode 100644 index 79e5c37c0cba..000000000000 --- a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Vertex theme for GTK+ based desktops" -HOMEPAGE="https://github.com/horst3180/vertex-theme" -SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cinnamon gnome-shell mate xfce" - -RDEPEND=" - x11-themes/gnome-themes-standard - x11-themes/gtk-engines-murrine - cinnamon? ( >=x11-libs/gtk+-3.20:3 ) - gnome-shell? ( >=x11-libs/gtk+-3.20:3 ) -" -DEPEND=" - virtual/pkgconfig -" - -PATCHES=( - # Do not let configure try to figure out gtk+:3 version installed - # See also https://github.com/horst3180/arc-theme/issues/436 and 484 - "${FILESDIR}"/configure-gtk3-version.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --disable-unity \ - --enable-gtk2 \ - --enable-gtk3 \ - --with-gnome=3.20 \ - $(use_enable cinnamon) \ - $(use_enable gnome-shell) \ - $(use_enable mate metacity) \ - $(use_enable xfce xfwm) -} |