diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-01-21 17:54:20 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-01-21 17:54:20 +0000 |
commit | a1d468ad00ce01d1d117688f4670e28ecdb62900 (patch) | |
tree | 57d4492449add818a78bb8344585f6db5f849239 /dev-libs/wayland | |
parent | Add versioned dependencies on wayland, bug 428162. (diff) | |
download | gentoo-2-a1d468ad00ce01d1d117688f4670e28ecdb62900.tar.gz gentoo-2-a1d468ad00ce01d1d117688f4670e28ecdb62900.tar.bz2 gentoo-2-a1d468ad00ce01d1d117688f4670e28ecdb62900.zip |
Drop old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/wayland/wayland-0.85.0.ebuild | 46 |
2 files changed, 4 insertions, 47 deletions
diff --git a/dev-libs/wayland/ChangeLog b/dev-libs/wayland/ChangeLog index 61036a4ce4ed..7ec02586e242 100644 --- a/dev-libs/wayland/ChangeLog +++ b/dev-libs/wayland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/wayland # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.10 2013/01/21 17:44:11 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.11 2013/01/21 17:54:20 mattst88 Exp $ + + 21 Jan 2013; Matt Turner <mattst88@gentoo.org> -wayland-0.85.0.ebuild: + Drop old. 21 Jan 2013; Matt Turner <mattst88@gentoo.org> wayland-1.0.3.ebuild: Add doc USE flag, bug 442468. diff --git a/dev-libs/wayland/wayland-0.85.0.ebuild b/dev-libs/wayland/wayland-0.85.0.ebuild deleted file mode 100644 index 7dd0b6246034..000000000000 --- a/dev-libs/wayland/wayland-0.85.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-0.85.0.ebuild,v 1.5 2012/06/14 23:17:12 ssuominen Exp $ - -EAPI=4 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-2" - EXPERIMENTAL="true" -fi - -inherit autotools toolchain-funcs $GIT_ECLASS - -DESCRIPTION="Wayland protocol libraries" -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="~amd64 ~arm ~hppa ~ppc64 ~x86" -IUSE="static-libs" - -RDEPEND="dev-libs/expat - virtual/libffi" -DEPEND="${RDEPEND}" - -src_prepare() { - if [[ ${PV} = 9999* ]]; then - eautoreconf - fi -} - -src_configure() { - if tc-is-cross-compiler ; then - econf $(use_enable static-libs static) --disable-scanner - else - econf $(use_enable static-libs static) - fi -} |