summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-04-22 13:43:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-04-22 13:43:48 +0000
commita291bca8303af18c051cfdefa1e82a7a3b28e5ae (patch)
tree607d94b7c3796b20bef77583d7607af850e096af /xfce-base/libxfce4util
parentversion bump (diff)
downloadgentoo-2-a291bca8303af18c051cfdefa1e82a7a3b28e5ae.tar.gz
gentoo-2-a291bca8303af18c051cfdefa1e82a7a3b28e5ae.tar.bz2
gentoo-2-a291bca8303af18c051cfdefa1e82a7a3b28e5ae.zip
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/ChangeLog6
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild32
2 files changed, 5 insertions, 33 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index 01c0bc2ddc82..cdc8c6c0a226 100644
--- a/xfce-base/libxfce4util/ChangeLog
+++ b/xfce-base/libxfce4util/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.195 2014/04/19 17:46:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.196 2014/04/22 13:43:48 ssuominen Exp $
+
+ 22 Apr 2014; Samuli Suominen <ssuominen@gentoo.org>
+ -libxfce4util-4.10.0.ebuild:
+ old
19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libxfce4util-4.10.1.ebuild:
Stable for sparc, wrt bug #507432
diff --git a/xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild
deleted file mode 100644
index d06bbeb2f71a..000000000000
--- a/xfce-base/libxfce4util/libxfce4util-4.10.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.10.0.ebuild,v 1.11 2012/11/28 12:28:12 ssuominen Exp $
-
-EAPI=5
-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 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~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 )
-}