diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-02-09 01:23:59 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-02-09 01:23:59 +0000 |
commit | d0016f8f0db3868aad92fe8d8540219488fe8eca (patch) | |
tree | 308babdef06092052f2cf29995791e0ca8a85093 /dev-libs | |
parent | Version bump. Shut up repoman warning. (diff) | |
download | gentoo-2-d0016f8f0db3868aad92fe8d8540219488fe8eca.tar.gz gentoo-2-d0016f8f0db3868aad92fe8d8540219488fe8eca.tar.bz2 gentoo-2-d0016f8f0db3868aad92fe8d8540219488fe8eca.zip |
Drop version that repoman complains about.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/weston/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/weston/metadata.xml | 3 | ||||
-rw-r--r-- | dev-libs/weston/weston-1.2.0.ebuild | 82 |
3 files changed, 5 insertions, 86 deletions
diff --git a/dev-libs/weston/ChangeLog b/dev-libs/weston/ChangeLog index af1fefa1d6a1..9ae61fef1e93 100644 --- a/dev-libs/weston/ChangeLog +++ b/dev-libs/weston/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/weston # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.14 2015/02/09 01:21:32 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.15 2015/02/09 01:23:59 chithanh Exp $ + + 09 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -weston-1.2.0.ebuild, metadata.xml: + Drop version that repoman complains about. *weston-1.6.1 (09 Feb 2015) diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml index ee5dfbd0f4f7..ac6a4c5dbdd2 100644 --- a/dev-libs/weston/metadata.xml +++ b/dev-libs/weston/metadata.xml @@ -3,7 +3,6 @@ <pkgmetadata> <herd>x11</herd> <use> - <flag name='clients'>Enable support for clients</flag> <flag name='colord'>Allow setting color managment</flag> <flag name='drm'>Enable drm compositor support</flag> <flag name='editor'>Install wayland-editor example application</flag> @@ -16,12 +15,10 @@ <flag name='resize-optimization'>Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi</flag> <flag name='rpi'>Raspberry Pi GPU support</flag> <flag name='screen-sharing'>Enable screen-sharing through RDP</flag> - <flag name='simple-clients'>Enable simple-clients</flag> <flag name='tablet'>Enable interface for tablets</flag> <flag name='unwind'>Enable libunwind usage for backtraces</flag> <flag name='view'>Install wayland-view example application</flag> <flag name='wayland-compositor'>Enable Wayland compositor support</flag> - <flag name='x11'>Enable X11 compositor support</flag> <flag name='xwayland'>Enable ability support native X11 applications</flag> </use> </pkgmetadata> diff --git a/dev-libs/weston/weston-1.2.0.ebuild b/dev-libs/weston/weston-1.2.0.ebuild deleted file mode 100644 index 05749e25cf8b..000000000000 --- a/dev-libs/weston/weston-1.2.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.2.0.ebuild,v 1.2 2013/07/14 20:56:05 chithanh Exp $ - -EAPI=5 - -if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" - 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}" - KEYWORDS="" -else - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~arm ~amd64 ~x86 ~arm-linux" -fi - -LICENSE="MIT CC-BY-SA-3.0" -SLOT="0" -IUSE="+clients colord debug +drm +egl headless fbdev gles2 rdp +resize-optimization rpi +simple-clients static-libs +tablet +wayland-compositor +xwayland +x11" - -REQUIRED_USE=" - rpi? ( !drm !egl gles2 ) -" - -RDEPEND=" - >=dev-libs/wayland-1.1.90 - gnome-base/librsvg - media-libs/mesa[gles2,wayland] - x11-libs/pixman - clients? ( >=x11-libs/cairo-1.10.0 - x11-libs/gdk-pixbuf - dev-libs/glib:2 - x11-libs/libxkbcommon - media-libs/libpng - app-text/poppler ) - colord? ( x11-misc/colord ) - debug? ( sys-libs/libunwind ) - drm? ( >=virtual/udev-136 - >=x11-libs/libdrm-2.4.30 - media-libs/mesa[gbm] ) - egl? ( media-libs/mesa[egl] ) - gles2? ( x11-libs/cairo[gles2] ) - rdp? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 ) - x11? ( x11-libs/libxcb - x11-libs/libX11 )" -DEPEND="${RDEPEND}" - -src_prepare() { - if [[ ${PV} = 9999* ]]; then - eautoreconf - fi -} - -src_configure() { - econf --disable-setuid-install \ - $(use_enable clients) \ - $(use_enable colord) \ - $(use_enable debug libunwind) \ - $(use_enable drm drm-compositor) \ - $(use_enable egl) \ - $(use_enable fbdev fbdev-compositor) \ - $(use_enable headless headless-compositor) \ - $(use_enable rdp rdp-compositor) \ - $(use_enable resize-optimization) \ - $(use_enable rpi rpi-compositor) \ - $(use_enable simple-clients) \ - $(use_enable static-libs static) \ - $(use_enable tablet tablet-shell) \ - $(use_enable wayland-compositor) \ - $(use_enable xwayland xwayland-compositor) \ - $(use_enable x11 x11-compositor) \ - $(use_with gles2 cairo-glesv2) -} |