diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-07-03 14:43:00 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-07-03 14:43:46 +0300 |
commit | 5a14af6a5d61814664deb9606d26046ade9c770d (patch) | |
tree | ac3216d3ff4ef6bc6328c3a61dae31bef9e82765 | |
parent | scripts/gen_archlist.py: Change shebang to python3 (diff) | |
download | gnome-5a14af6a5d61814664deb9606d26046ade9c770d.tar.gz gnome-5a14af6a5d61814664deb9606d26046ade9c770d.tar.bz2 gnome-5a14af6a5d61814664deb9606d26046ade9c770d.zip |
x11-themes/gtk-engines-unico: Drop live ebuild
This used removed bzr.eclass and Gentoo doesn't even package bzr
anymore, so just delete it.
Closes: https://bugs.gentoo.org/730568
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r-- | x11-themes/gtk-engines-unico/gtk-engines-unico-9999.ebuild | 54 | ||||
-rw-r--r-- | x11-themes/gtk-engines-unico/metadata.xml | 11 |
2 files changed, 0 insertions, 65 deletions
diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-9999.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-9999.ebuild deleted file mode 100644 index 6e9b57b8..00000000 --- a/x11-themes/gtk-engines-unico/gtk-engines-unico-9999.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 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 -if [[ ${PV} = 9999 ]]; then - EBZR_REPO_URI="lp:unico" - inherit bzr -fi - -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" -if [[ ${PV} != 9999 ]]; then - SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_P}.orig.tar.gz" - S=${WORKDIR}/${MY_PN}-${MY_PV} -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -fi - -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 -" - -src_unpack() { - bzr_src_unpack -} - -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 -} diff --git a/x11-themes/gtk-engines-unico/metadata.xml b/x11-themes/gtk-engines-unico/metadata.xml deleted file mode 100644 index 9da24517..00000000 --- a/x11-themes/gtk-engines-unico/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <upstream> - <remote-id type="launchpad">ubuntu</remote-id> - </upstream> -</pkgmetadata> |