commit: e845e905fa204eb6d40adfba00cf870454438981
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 18:58:14 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 18:58:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e845e905
x11-misc/tint2: Remove old
Package-Manager: portage-2.2.20.1
x11-misc/tint2/tint2-0.11-r1.ebuild | 58 -------------------------------------
1 file changed, 58 deletions(-)
diff --git a/x11-misc/tint2/tint2-0.11-r1.ebuild
b/x11-misc/tint2/tint2-0.11-r1.ebuild
deleted file mode 100644
index 7428fc5..0000000
--- a/x11-misc/tint2/tint2-0.11-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit cmake-utils eutils
-
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="A lightweight panel/taskbar"
-HOMEPAGE="https://gitlab.com/o9000/tint2"
-SRC_URI="https://tint2.googlecode.com/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="battery examples tint2conf"
-
-COMMON_DEPEND="dev-libs/glib:2
- x11-libs/cairo
- x11-libs/pango[X]
- x11-libs/libX11
- x11-libs/libXinerama
- x11-libs/libXdamage
- x11-libs/libXcomposite
- x11-libs/libXrender
- x11-libs/libXrandr
- media-libs/imlib2[X]"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
- x11-proto/xineramaproto"
-RDEPEND="${COMMON_DEPEND}
- tint2conf? ( x11-misc/tintwizard )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/battery_segfault.patch" # bug 343963
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable battery BATTERY)
- $(cmake-utils_use_enable examples EXAMPLES)
- $(cmake-utils_use_enable tint2conf TINT2CONF)
-
- # bug 296890
- "-DDOCDIR=/usr/share/doc/${PF}"
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- rm -f "${D}/usr/bin/tintwizard.py"
-}