diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-20 20:25:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-20 20:25:11 +0000 |
commit | 72761524b548c1e1766bf7a20ace07c56b4b34db (patch) | |
tree | 53b15fb8a57b71f5499af5f8d6003ac38e362b29 /xfce-base/libxfce4util | |
parent | Version bump. Introduce USE="xscreensaver" for programs listed in the xflock4... (diff) | |
download | historical-72761524b548c1e1766bf7a20ace07c56b4b34db.tar.gz historical-72761524b548c1e1766bf7a20ace07c56b4b34db.tar.bz2 historical-72761524b548c1e1766bf7a20ace07c56b4b34db.zip |
old
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild | 32 |
2 files changed, 5 insertions, 33 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 608359398b96..71cd20cf02cb 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.171 2012/04/14 08:34:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.172 2012/04/20 20:20:38 ssuominen Exp $ + + 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + -libxfce4util-4.9.0.ebuild: + old *libxfce4util-4.9.1 (14 Apr 2012) diff --git a/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild deleted file mode 100644 index 0753b417f7d3..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.9.0.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.0.ebuild,v 1.1 2012/03/30 20:02:45 ssuominen 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.12" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/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 ) -} |