remove outdated(and thus broken) live ebuilds of cairo-dock and cairo-dock-plugins
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
AUX cairo-dock-plugins-2.3.0.2-sandbox.patch 1618 RMD160 ea46e850a2f582ab4f2b39c59d2782252b7398f6 SHA1 397392a01b86495a2b1bb2ba37ff524f53ff0365 SHA256 bfdb7ce2898ea90be9432623821352d745d0ec9eb547dafdcbdbc0af8a49cd91
|
||||
DIST cairo-dock-plugins-2.3.0~2.tar.gz 5959375 RMD160 45b3fb45f3935d2b7ee8b54dae3517a8ab616da1 SHA1 fad02d281c5d2ffd0f95221aca6866f1ad34f976 SHA256 c37db1584ebc9328aee4743c030d66cf2087a7ec3aa772510cf8c9ad14f02b2e
|
||||
EBUILD cairo-dock-plugins-2.3.0.2.ebuild 2499 RMD160 9fe9ae45046a62ec5c6aa4cc7235660093c5122f SHA1 5ad9d846688cfd7a3382541d07acdb035f935141 SHA256 4171c927c3c8d19b1d2035c88bc5c69ad7536c31627926da6e942ef31771d0e4
|
||||
EBUILD cairo-dock-plugins-9999.ebuild 1986 RMD160 479d0934db023e761eafad50416cf5557381e600 SHA1 e8792ea17cbf2c4702085b0a19a2c79e5db5c35c SHA256 c05fe9bc5370160cce3a917b570182201e5d29500ee2335ad639e45be20ccbbf
|
||||
|
@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
EBZR_REPO_URI="lp:cairo-dock-plug-ins"
|
||||
|
||||
inherit bzr
|
||||
|
||||
DESCRIPTION="Official plugins for cairo-dock"
|
||||
HOMEPAGE="https://launchpad.net/cairo-dock-plug-ins/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="alsa compiz exif gio gmenu gnome kde mail musicplayer network-monitor powermanager terminal tomboy webkit wifi xfce xgamma xklavier"
|
||||
|
||||
RDEPEND="
|
||||
~x11-misc/cairo-dock-${PV}
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
exif? ( media-libs/libexif )
|
||||
gmenu? ( gnome-base/gnome-menus )
|
||||
kde? ( kde-base/kdelibs )
|
||||
terminal? ( x11-libs/vte )
|
||||
webkit? ( >=net-libs/webkit-gtk-1.0 )
|
||||
xfce? ( xfce-base/thunar )
|
||||
xgamma? ( x11-libs/libXxf86vm )
|
||||
xklavier? ( x11-libs/libxklavier )
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
if use gio; then
|
||||
if ! use gmenu; then
|
||||
ewarn "gio requires gmenu, implicitly added"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
# Additional config options
|
||||
#dnd2share
|
||||
#rssreader
|
||||
#xrandr-in-show-desktop
|
||||
#scooby-do
|
||||
src_configure() {
|
||||
econf --disable-dependency-tracking \
|
||||
--disable-old-gnome-integration \
|
||||
$(use_enable alsa alsa-mixer) \
|
||||
$(use_enable compiz compiz-icon) \
|
||||
$(use_enable exif) \
|
||||
$(use_enable gio gio-in-gmenu) \
|
||||
$(use_enable gio gmenu) \
|
||||
$(use_enable gmenu) \
|
||||
$(use_enable gnome gnome-integration) \
|
||||
$(use_enable kde kde-integration) \
|
||||
$(use_enable mail) \
|
||||
$(use_enable musicplayer) \
|
||||
$(use_enable network-monitor) \
|
||||
$(use_enable powermanager) \
|
||||
$(use_enable terminal) \
|
||||
$(use_enable tomboy) \
|
||||
$(use_enable webkit weblets) \
|
||||
$(use_enable wifi) \
|
||||
$(use_enable xfce xfce-integration) \
|
||||
$(use_enable xgamma) \
|
||||
$(use_enable xklavier keyboard-indicator)
|
||||
}
|
Reference in New Issue
Block a user