diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-09 19:29:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-09 19:29:09 +0000 |
commit | 03094713ac544975e0d662dad4de7dea52223286 (patch) | |
tree | 4c3dee52be11fe0437736370e8a25e8f2f127ecb /xfce-base | |
parent | old (diff) | |
download | gentoo-2-03094713ac544975e0d662dad4de7dea52223286.tar.gz gentoo-2-03094713ac544975e0d662dad4de7dea52223286.tar.bz2 gentoo-2-03094713ac544975e0d662dad4de7dea52223286.zip |
old
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild | 33 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.9.1.ebuild | 32 |
3 files changed, 5 insertions, 66 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 8d0580dc27cf..13dd84dd0ee8 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.182 2012/09/09 14:30:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.183 2012/09/09 19:29:09 ssuominen Exp $ + + 09 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> + -libxfce4util-4.8.2.ebuild, -libxfce4util-4.9.1.ebuild: + old 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> libxfce4util-4.10.0.ebuild: alpha/ia64/sh/sparc stable wrt #416233 diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild deleted file mode 100644 index f6fd096360af..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.9 2012/05/05 06:56:38 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Xfce's basic utilities library" -HOMEPAGE="http://www.xfce.org/projects/libraries/" -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.12:2" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - --disable-static - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 - - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) -} diff --git a/xfce-base/libxfce4util/libxfce4util-4.9.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.9.1.ebuild deleted file mode 100644 index ac6a32edec72..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.9.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.9.1.ebuild,v 1.2 2012/05/05 06:56:38 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A basic utility library for the Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/" -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.24" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 - - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) -} |