summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-06 10:26:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-06 10:26:39 +0000
commit79eb4ec092860b94727db3b69b7d77ef36c4a91c (patch)
treedf086ccc3f4867d5ee2811b7e8a338c7378ab324 /xfce-base/libxfce4util
parentppc/ppc64 stable wrt #386963 (diff)
downloadgentoo-2-79eb4ec092860b94727db3b69b7d77ef36c4a91c.tar.gz
gentoo-2-79eb4ec092860b94727db3b69b7d77ef36c4a91c.tar.bz2
gentoo-2-79eb4ec092860b94727db3b69b7d77ef36c4a91c.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/ChangeLog6
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild32
2 files changed, 5 insertions, 33 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog
index b3df47757480..348ddab0935c 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.167 2012/01/06 10:25:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.168 2012/01/06 10:26:38 ssuominen Exp $
+
+ 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -libxfce4util-4.8.1.ebuild:
+ old
06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
libxfce4util-4.8.2.ebuild:
diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild
deleted file mode 100644
index bbe3035c1a30..000000000000
--- a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.7 2011/05/20 17:44:35 grobian 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}/4.8/${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
- dev-util/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 )
-}