summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-24 22:38:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-24 23:39:47 +0100
commitcb6506cebe3615187d42c60d5a199732bd9ba360 (patch)
tree89ba86f61f05d0da078e39d94ed5c258aca60db6
parentdev-libs/hidapi: Drop 0.8.0_rc1_p20140719 (r0), EAPI5-- (diff)
downloadgentoo-cb6506cebe3615187d42c60d5a199732bd9ba360.tar.gz
gentoo-cb6506cebe3615187d42c60d5a199732bd9ba360.tar.bz2
gentoo-cb6506cebe3615187d42c60d5a199732bd9ba360.zip
x11-themes/gtk-engines-unico: Drop 1.0.3_pre20140109, EAPI5--
Bug: https://bugs.gentoo.org/766791 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20140109.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20140109.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20140109.ebuild
deleted file mode 100644
index dcc0d419acc6..000000000000
--- a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.3_pre20140109.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=modules
-
-inherit autotools-multilib eutils
-
-MY_PN=${PN/gtk-engines-}
-MY_PV=${PV/_pre/+14.04.}
-MY_P=${MY_PN}_${MY_PV}
-
-DESCRIPTION="The Unico GTK+ 3.x theming engine"
-HOMEPAGE="https://launchpad.net/unico"
-SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_P}.orig.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
- >=x11-libs/cairo-1.10[glib,${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-3.5.2:3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}-${MY_PV}
-
-src_configure() {
- # $(use_enable debug) controls CPPFLAGS -D_DEBUG and -DNDEBUG but they are currently
- # unused in the code itself.
- autotools-multilib_src_configure \
- --disable-static \
- --disable-debug \
- --disable-maintainer-flags
-}