summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-23 20:04:12 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-23 21:05:44 -0400
commit35d926e5a313f94c9f81a3d1d29109b01f15e874 (patch)
tree51e6feaee04e8757482bb0e64b676e8e049a6c04 /x11-themes
parentx11-terms/pangoterm: drop old (diff)
downloadgentoo-35d926e5a313f94c9f81a3d1d29109b01f15e874.tar.gz
gentoo-35d926e5a313f94c9f81a3d1d29109b01f15e874.tar.bz2
gentoo-35d926e5a313f94c9f81a3d1d29109b01f15e874.zip
x11-themes/gtk-engines-unico: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-unico/Manifest1
-rw-r--r--x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-themes/gtk-engines-unico/Manifest b/x11-themes/gtk-engines-unico/Manifest
index b81869f32442..6a69e849b67b 100644
--- a/x11-themes/gtk-engines-unico/Manifest
+++ b/x11-themes/gtk-engines-unico/Manifest
@@ -1,2 +1 @@
-DIST unico-1.0.3_pre20121212.tar.bz2 276446 BLAKE2B 637a746ddd10758d83aac537562a300b2cee5c9d98bc2909d4ef8877494b102a45fb7325b26922c0d7da4c8ef1a483de9639a5f47b90e5d147f090f5d8ebefd6 SHA512 654a3ce9532a1f9537b45f0549b9cdd956232e6b0d933460ea58f85065fa6b82d1d82856b71c09a9227a47b237ebcc0c8f6759c34ff685c238dbe104529c1954
DIST unico_1.0.3+14.04.20140109.orig.tar.gz 19416 BLAKE2B f34ed477406acb36cb9533218d0fdcf57418fc25ff043ec90d2aaa05ee3ad8fe4e3c430d83001a0e399859adaaf720ca2b3d2e6d70543c460f367cbe03529c0f SHA512 8112240d63ffca2cbbaecc6731ef446153d8dd8b2b100c2d258013faa20b683761ba4768e71e91bdc885d1174874341e68400d1d3ebf95dc92db47cca7221de5
diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild
deleted file mode 100644
index e23d16fcc9e7..000000000000
--- a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20121212.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils ltprune
-
-MY_PN=${PN/gtk-engines-}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="The Unico GTK+ 3.x theming engine"
-HOMEPAGE="https://launchpad.net/unico"
-#SRC_URI="https://launchpad.net/${MY_PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz"
-SRC_URI="https://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.26:2
- >=x11-libs/cairo-1.10[glib]
- >=x11-libs/gtk+-3.5.2:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}-1.0.2
-
-src_configure() {
- # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they are currently
- # unused in the code itself.
- econf \
- --disable-static \
- --disable-debug \
- --disable-maintainer-flags
-}
-
-src_install() {
- default
- prune_libtool_files --modules
-}