summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-02-23 10:09:55 +0100
committerKarel Kočí <cynerd@email.cz>2022-02-23 10:09:55 +0100
commitd642f37e704df37a9356f135888ebee1318084a5 (patch)
treef52d19826d271f290d69fabc49502a0e62121529
parent0be86054b8cfe68150fb984f152cda1562fc3ad4 (diff)
downloadgentoo-personal-overlay-d642f37e704df37a9356f135888ebee1318084a5.tar.gz
gentoo-personal-overlay-d642f37e704df37a9356f135888ebee1318084a5.tar.bz2
gentoo-personal-overlay-d642f37e704df37a9356f135888ebee1318084a5.zip
x11-themes: remove numix
-rw-r--r--x11-themes/numix-frost/Manifest1
-rw-r--r--x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild40
-rw-r--r--x11-themes/numix-gtk-theme/Manifest1
-rw-r--r--x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild23
4 files changed, 0 insertions, 65 deletions
diff --git a/x11-themes/numix-frost/Manifest b/x11-themes/numix-frost/Manifest
deleted file mode 100644
index 8ea585d..0000000
--- a/x11-themes/numix-frost/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST numix-frost.tar.gz 269644 BLAKE2B 562b58a1d107951d7d2d2544e9d077d202fd46f667ccdca2d64acfe0094f9fc2af9f3f1082c6a7afbbd5047c19e2f2c039d1ab1e211b445bb38170123a232641 SHA512 61e7a08dda9a310ad1f1eaa6c88cdecef476a6a547d1ffb99fb4ffaff5a18f67ab6104e8b9d9300adb58ff7e73684a8c88f26da5983a90e755413235c70d1fb6
diff --git a/x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild b/x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild
deleted file mode 100644
index 3dd7715..0000000
--- a/x11-themes/numix-frost/numix-frost-3.6.6-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-EAPI=6
-
-DESCRIPTION="Numix is a modern flat theme with a combination of light and dark elements."
-HOMEPAGE="https://github.com/Antergos/Numix-Frost"
-
-# Note: We need few more commits to fix some build problems
-# But those contains binary files patches that can't portage handle so we just
-# specify exact hash instead. When new version is release, return to versions.
-HASH="e9d250792bced3b64c50e72c4f3404a2c020dc3e"
-SRC_URI="https://github.com/Antergos/Numix-Frost/archive/${HASH}.tar.gz -> ${PN}.tar.gz"
-S="${WORKDIR}/numix-frost"
-
-KEYWORDS="amd64"
-LICENSE="GPL-3.0+"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- dev-ruby/sass
- dev-ruby/bundler"
-RDEPEND="
- x11-libs/gtk+:3
- x11-libs/gdk-pixbuf
- x11-themes/gtk-engines-murrine"
-
-# Note: This is needed because utils.sh expect repository name to be numix-frost
-src_unpack() {
- unpack "${A}"
- mv "${WORKDIR}"/Numix-Frost-${HASH} "$S"
-}
-
-src_compile() {
- emake -j1
-}
-
-# Jep and makefiles doesn't like to be run in paralel (you have to love it)
-src_install() {
- emake -j1 DESTDIR="${D}" install
- einstalldocs
-}
diff --git a/x11-themes/numix-gtk-theme/Manifest b/x11-themes/numix-gtk-theme/Manifest
deleted file mode 100644
index 8a84fde..0000000
--- a/x11-themes/numix-gtk-theme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST numix-gtk-theme-2.6.7.tar.gz 156607 SHA256 2b997ad3eee0b802d0dd49dd772127fd3c337cca32d8863efd4897928e38879a SHA512 a034644a08173e70de496b88b40c8749d3c3dc988da0c09a03eca77a5263704b001114678e0492988831b1664593d4054f2d7c0d90d95f5b05dcd05914577a03 WHIRLPOOL e12158e3c124d7a106ff7aa10b2d5f256c379a536614c3c5d40b905c10d9fb4c14af531b2666ed421ea8dba54448ce3b0f568d0fec88c837d83df0a4c3c9e13c
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
deleted file mode 100644
index 6fe55cb..0000000
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Numix is a modern flat theme with a combination of light and dark elements."
-HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
-SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64"
-LICENSE="GPL-3.0+"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- dev-ruby/sass
- dev-ruby/bundler
- dev-libs/glib
- x11-libs/gdk-pixbuf"
-RDEPEND="
- ${DEPEND}
- x11-libs/gtk+:3
- x11-themes/gtk-engines-murrine"