diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-09-13 20:58:14 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-09-13 20:58:14 +0200 |
commit | e845e905fa204eb6d40adfba00cf870454438981 (patch) | |
tree | 33a31126ef827b1c0b7c4144e155c5b78bde4589 /x11-misc/tint2 | |
parent | x11-misc/lineak-defaultplugin: Remove old (diff) | |
download | gentoo-e845e905fa204eb6d40adfba00cf870454438981.tar.gz gentoo-e845e905fa204eb6d40adfba00cf870454438981.tar.bz2 gentoo-e845e905fa204eb6d40adfba00cf870454438981.zip |
x11-misc/tint2: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/tint2')
-rw-r--r-- | x11-misc/tint2/tint2-0.11-r1.ebuild | 58 |
1 files changed, 0 insertions, 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 7428fc5e4ca0..000000000000 --- 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" -} |