summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-12-13 18:18:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-12-13 18:18:04 +0000
commit5cda90ac373d72b0289c8ae8356c6a7f77d17564 (patch)
treebb921300ae318f6a20f66f7e07c2f3d139905906 /xfce-base/libxfce4ui
parentRestore xfce4-panel-4.7.4 wrt #348615 by Sebastian Pipping (and Jory A. Pratt... (diff)
downloadhistorical-5cda90ac373d72b0289c8ae8356c6a7f77d17564.tar.gz
historical-5cda90ac373d72b0289c8ae8356c6a7f77d17564.tar.bz2
historical-5cda90ac373d72b0289c8ae8356c6a7f77d17564.zip
old
Package-Manager: portage-2.2.0_alpha7/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r--xfce-base/libxfce4ui/Manifest2
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.7.4.ebuild43
2 files changed, 0 insertions, 45 deletions
diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index a4ff1902cba9..4707116ad74d 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,6 +1,4 @@
-DIST libxfce4ui-4.7.4.tar.bz2 441695 RMD160 866c5d51bbf9edce7df35baa30f02610d5cb76e4 SHA1 16007edb132a0a6a6ed17d6e7a65b734f97399ed SHA256 fa2d9fb9c86166027a23f699167a234b59729311c46bd377947dbc309bf5ea0c
DIST libxfce4ui-4.7.5.tar.bz2 442038 RMD160 1b90d8c218d207356b5526d98d2a6d36ae23c0e8 SHA1 ed67604ac5eaf9615af2cf98dc9c01508617858c SHA256 e001e52220d62133c243a9d092ad13c10a568549b88bb6652dc36d548edd4694
-EBUILD libxfce4ui-4.7.4.ebuild 1258 RMD160 7dfc5a43963a276dbf6644dace57908986bdd2cf SHA1 d970e915c88dacda658793d76cde8b8bf21e11c6 SHA256 53d28c100e44373a954891f7bb6f0cbfaaa1be7dae4e9c6ed12897a49715dd3d
EBUILD libxfce4ui-4.7.5.ebuild 1259 RMD160 b2f75b7472a4dabee5a00924433898e369e2e36d SHA1 39816a31e41d137cb86bc4bac704bf67a4753681 SHA256 8ff252237329f57e07c99c4dadacac08894f8a7dec475bb9ecebcec2fcf39b3c
MISC ChangeLog 2242 RMD160 1450cac4f5f327e423a81a2bc562853cdc5bc5fd SHA1 a632c06a47659c04df8a558d7c0f994f13e8c5fd SHA256 870a49a7ea9267cd9f8982e971ccff029606e706ad6710da9ed62e524512450d
MISC metadata.xml 260 RMD160 e4efc39d9ffa2691501d30ea9de716acd332f9d6 SHA1 4bbbd9481ced7a04fd9470c0627dfff9be9d8a31 SHA256 96c5725a10ebc95fd3cfc84a2566152354229350a27d79a42648ca2b051fd028
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.7.4.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.7.4.ebuild
deleted file mode 100644
index 559a25c13a29..000000000000
--- a/xfce-base/libxfce4ui/libxfce4ui-4.7.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.4.ebuild,v 1.3 2010/11/16 15:55:17 darkside Exp $
-
-EAPI=3
-inherit xfconf
-
-DESCRIPTION="Unified widgets library for Xfce4, a libxfcegui4 replacement"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${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 ~x86-solaris"
-IUSE="debug glade startup-notification"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- >=dev-libs/glib-2.16:2
- >=x11-libs/gtk+-2.14:2
- >=xfce-base/libxfce4util-4.7.3
- >=xfce-base/xfconf-4.6
- glade? ( dev-util/glade:3 )
- startup-notification? ( x11-libs/startup-notification )
- !<xfce-base/libxfcegui4-4.7.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext
- dev-lang/perl"
-
-pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- $(use_enable startup-notification)
- $(use_enable glade gladeui)
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-}