remove outdated(and thus broken) live ebuilds of cairo-dock and cairo-dock-plugins
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
AUX cairo-dock-2.3.0.2-rpath.patch 553 RMD160 3d22935978ea90b8629a9527cf55861e6bf1b9e7 SHA1 9682d118974e06b0f2754b797b5a84e525f257c3 SHA256 4f80c8aabd51c5ad67353676baaced276e5350cc2b97a601a22675a0b1edd467
|
||||
DIST cairo-dock-2.3.0~2.tar.gz 2478211 RMD160 72e921b30ba40adec010237fd38acfcf1cc8af8f SHA1 fcc7c9393a5b1c4b98ee89c1d2952848b4a21e6a SHA256 d79b52590068128482588765795092db32b28005371bd76f8bb0fad48b281ff8
|
||||
EBUILD cairo-dock-2.3.0.2.ebuild 1708 RMD160 1c70b27f027e1e02a31e334d4d421821e372f32d SHA1 2f202fc95f3d96c1cd815acee4dacec3b60e50e7 SHA256 03907b0f585f94e5205aad84971515fe6048b15fc0a956d0177d44a3ceac3a35
|
||||
EBUILD cairo-dock-9999.ebuild 1219 RMD160 014f9cbd9b785331a462c8487eedcf1c2f53329e SHA1 8164803677b6af20b42a80d76da9f8adb89657d3 SHA256 bd53d9d037725a6ec54f69f32e24759dd0d1eee82c27059ee266868547b82daa
|
||||
MISC metadata.xml 211 RMD160 4ebc90049a2cf9d7919f59f25eb066e9c06c1e3e SHA1 18346f63f0fa590cce56ed11afaa5de33ef7d232 SHA256 2f7f16e7a6f1dbab9f02f07c30fd6ec9416a714a57e336accc5414b273e42d09
|
||||
|
@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit autotools bzr
|
||||
|
||||
EBZR_REPO_URI="lp:cairo-dock-core"
|
||||
|
||||
DESCRIPTION="Cairo-dock is a fast, responsive, Mac OS X-like dock."
|
||||
HOMEPAGE="https://launchpad.net/cairo-dock-core/"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="xcomposite"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/dbus-glib
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2
|
||||
gnome-base/librsvg
|
||||
sys-apps/dbus
|
||||
x11-libs/cairo
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/gtkglext
|
||||
x11-libs/libXrender
|
||||
xcomposite? (
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXtst
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool
|
||||
dev-util/pkgconfig
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
bzr_src_prepare
|
||||
intltoolize --automake --copy --force || die "intltoolize failed"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable xcomposite xextend)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "THIS IS A LIVE EBUILD, SO YOU KNOW THE RISKS !"
|
||||
ewarn "DO NOT report bugs to Gentoo's bugzilla"
|
||||
ewarn "Please report all bugs to #gentoo-desktop-effects"
|
||||
einfo "Thank you on behalf of the Gentoo Desktop-Effects team"
|
||||
}
|
Reference in New Issue
Block a user