summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-09-09 19:29:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-09-09 19:29:38 +0000
commit692f9e0bcd7562ad131597e95860368c72a549a5 (patch)
tree96e8feef350b6fa77e58b3a5daa0bd94fd2dd74c /xfce-base/libxfcegui4
parentold (diff)
downloadgentoo-2-692f9e0bcd7562ad131597e95860368c72a549a5.tar.gz
gentoo-2-692f9e0bcd7562ad131597e95860368c72a549a5.tar.bz2
gentoo-2-692f9e0bcd7562ad131597e95860368c72a549a5.zip
old
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfcegui4')
-rw-r--r--xfce-base/libxfcegui4/ChangeLog6
-rw-r--r--xfce-base/libxfcegui4/libxfcegui4-4.8.1.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/xfce-base/libxfcegui4/ChangeLog b/xfce-base/libxfcegui4/ChangeLog
index 32067999d12c..47e78232605a 100644
--- a/xfce-base/libxfcegui4/ChangeLog
+++ b/xfce-base/libxfcegui4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfcegui4
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.182 2012/09/09 14:32:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.183 2012/09/09 19:29:38 ssuominen Exp $
+
+ 09 Sep 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -libxfcegui4-4.8.1.ebuild:
+ old
09 Sep 2012; Raúl Porcel <armin76@gentoo.org> libxfcegui4-4.10.0.ebuild:
alpha/ia64/sh/sparc stable wrt #416233
diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.8.1.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.8.1.ebuild
deleted file mode 100644
index 25e3ea4b7440..000000000000
--- a/xfce-base/libxfcegui4/libxfcegui4-4.8.1.ebuild
+++ /dev/null
@@ -1,39 +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/libxfcegui4/libxfcegui4-4.8.1.ebuild,v 1.10 2012/05/05 06:56:30 mgorny Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="Xfce's unified widgets library (deprecated: don't use this for future development)"
-HOMEPAGE="http://www.xfce.org/projects/libraries/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
-IUSE="debug glade startup-notification"
-
-RDEPEND="gnome-base/libglade
- x11-libs/libSM
- x11-libs/libX11
- >=x11-libs/gtk+-2.10:2
- =xfce-base/libxfce4util-4.8*
- glade? ( dev-util/glade:3 )
- startup-notification? ( x11-libs/startup-notification )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --disable-static
- $(use_enable startup-notification)
- $(use_enable glade gladeui)
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- DOCS=( AUTHORS ChangeLog NEWS )
-}