diff options
author | Paul Labedan <plabedan@gmail.com> | 2013-01-22 21:52:38 +0100 |
---|---|---|
committer | Paul Labedan <plabedan@gmail.com> | 2013-01-22 21:52:38 +0100 |
commit | cf577853b2e80abc1bb77d07d572729a72e50c4f (patch) | |
tree | 7e32b2852e85771283aa281da18c132e29fe3d7e /dev-libs | |
parent | upgrade zsh-pol-config (diff) | |
download | plab-cf577853b2e80abc1bb77d07d572729a72e50c4f.tar.gz plab-cf577853b2e80abc1bb77d07d572729a72e50c4f.tar.bz2 plab-cf577853b2e80abc1bb77d07d572729a72e50c4f.zip |
cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/weston/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/weston/weston-0.85.0.ebuild | 58 | ||||
-rw-r--r-- | dev-libs/weston/weston-9999.ebuild | 58 |
3 files changed, 0 insertions, 119 deletions
diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest deleted file mode 100644 index 60c3223..0000000 --- a/dev-libs/weston/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST weston-0.85.0.tar.xz 458440 RMD160 55dd878f5875de0060a3d6fccbefb66b893f938c SHA1 95db6a3f61c3c9f6e6f3a5d24323c1c3c0314e45 SHA256 f2491cc021914859dcb2def8b65c5bb0a5f2ebfadc2cfaba57604d55d8bab699 -EBUILD weston-0.85.0.ebuild 1533 RMD160 f5eb1bcc302d45bb6806a564499b183f2e170c46 SHA1 3afdb44001a400cf6c8955794699da46f0d6f372 SHA256 b22f3fda6835fd414034e655fe4077fdbe425d2a0dd2c90a843dfde5ac9f90d0 -EBUILD weston-9999.ebuild 1533 RMD160 f5eb1bcc302d45bb6806a564499b183f2e170c46 SHA1 3afdb44001a400cf6c8955794699da46f0d6f372 SHA256 b22f3fda6835fd414034e655fe4077fdbe425d2a0dd2c90a843dfde5ac9f90d0 diff --git a/dev-libs/weston/weston-0.85.0.ebuild b/dev-libs/weston/weston-0.85.0.ebuild deleted file mode 100644 index c44ffce..0000000 --- a/dev-libs/weston/weston-0.85.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-2" - EXPERIMENTAL="true" -fi - -inherit autotools toolchain-funcs $GIT_ECLASS - -DESCRIPTION="Wayland reference compositor" -HOMEPAGE="http://wayland.freedesktop.org/" - -if [[ $PV = 9999* ]]; then - SRC_URI="${SRC_PATCHES}" -else - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" -fi - -LICENSE="CCPL-Attribution-ShareAlike-3.0 MIT" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="+clients +drm +simple-clients static-libs +tablet +wayland-compositor +x11" - -RDEPEND="dev-libs/wayland - gnome-base/librsvg - ( - || ( ( >=media-libs/mesa-7.10[egl(+),gles] <media-libs/mesa-7.12[egl(+),gles] ) - >=media-libs/mesa-7.12[egl(+),gles2] ) - ) - x11-libs/pixman - x11? ( x11-libs/libxcb x11-libs/libX11 ) - drm? ( >=sys-fs/udev-136 >=x11-libs/libdrm-2.4.23 media-libs/mesa[gbm] ) - clients? ( >=x11-libs/cairo-1.10.0 x11-libs/gdk-pixbuf dev-libs/glib:2 - x11-libs/libxkbcommon media-libs/libpng app-text/poppler )" -DEPEND="${RDEPEND}" - -src_prepare() { - if [[ ${PV} = 9999* ]]; then - eautoreconf - fi -} - -src_configure() { - econf --disable-setuid-install - $(use_enable static-libs static) \ - $(use_enable drm drm-compositor) \ - $(use_enable wayland-compositor) \ - $(use_enable x11 x11-compositor) \ - $(use_enable tablet tablet-shell) \ - $(use_enable clients) \ - $(use_enable simple-clients) -} diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild deleted file mode 100644 index c44ffce..0000000 --- a/dev-libs/weston/weston-9999.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-2" - EXPERIMENTAL="true" -fi - -inherit autotools toolchain-funcs $GIT_ECLASS - -DESCRIPTION="Wayland reference compositor" -HOMEPAGE="http://wayland.freedesktop.org/" - -if [[ $PV = 9999* ]]; then - SRC_URI="${SRC_PATCHES}" -else - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" -fi - -LICENSE="CCPL-Attribution-ShareAlike-3.0 MIT" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="+clients +drm +simple-clients static-libs +tablet +wayland-compositor +x11" - -RDEPEND="dev-libs/wayland - gnome-base/librsvg - ( - || ( ( >=media-libs/mesa-7.10[egl(+),gles] <media-libs/mesa-7.12[egl(+),gles] ) - >=media-libs/mesa-7.12[egl(+),gles2] ) - ) - x11-libs/pixman - x11? ( x11-libs/libxcb x11-libs/libX11 ) - drm? ( >=sys-fs/udev-136 >=x11-libs/libdrm-2.4.23 media-libs/mesa[gbm] ) - clients? ( >=x11-libs/cairo-1.10.0 x11-libs/gdk-pixbuf dev-libs/glib:2 - x11-libs/libxkbcommon media-libs/libpng app-text/poppler )" -DEPEND="${RDEPEND}" - -src_prepare() { - if [[ ${PV} = 9999* ]]; then - eautoreconf - fi -} - -src_configure() { - econf --disable-setuid-install - $(use_enable static-libs static) \ - $(use_enable drm drm-compositor) \ - $(use_enable wayland-compositor) \ - $(use_enable x11 x11-compositor) \ - $(use_enable tablet tablet-shell) \ - $(use_enable clients) \ - $(use_enable simple-clients) -} |