From 79eb4ec092860b94727db3b69b7d77ef36c4a91c Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 6 Jan 2012 10:26:39 +0000 Subject: old (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- xfce-base/libxfce4util/ChangeLog | 6 ++++- xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild | 32 ------------------------ 2 files changed, 5 insertions(+), 33 deletions(-) delete mode 100644 xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild (limited to 'xfce-base/libxfce4util') 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 + -libxfce4util-4.8.1.ebuild: + old 06 Jan 2012; Samuli Suominen 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 ) -} -- cgit v1.2.3-65-gdbad