diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 16:28:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 16:28:12 +0000 |
commit | 9761647a4e4d7933e3edd40257b20560b6eac4af (patch) | |
tree | e06dcbdba19c368c1b71be88a8c3628430609865 /xfce-base | |
parent | add 2.6.36 Linux kernel support (diff) | |
download | gentoo-2-9761647a4e4d7933e3edd40257b20560b6eac4af.tar.gz gentoo-2-9761647a4e4d7933e3edd40257b20560b6eac4af.tar.bz2 gentoo-2-9761647a4e4d7933e3edd40257b20560b6eac4af.zip |
old
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4ui/Manifest | 2 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.7.3.ebuild | 39 |
2 files changed, 0 insertions, 41 deletions
diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest index 8a7e7c656f5e..ab224185a8e1 100644 --- a/xfce-base/libxfce4ui/Manifest +++ b/xfce-base/libxfce4ui/Manifest @@ -1,6 +1,4 @@ -DIST libxfce4ui-4.7.3.tar.bz2 428132 RMD160 0efaffc089c88e67ca6622f3157ecb6824584c3e SHA1 60bca6b2cb8bc2800c8754e4bc93b35d2d726a81 SHA256 37b06059a98dc895afe3417f741d278bbabd6b2ab47d2bd36ed76824d5a24f6e DIST libxfce4ui-4.7.4.tar.bz2 441695 RMD160 866c5d51bbf9edce7df35baa30f02610d5cb76e4 SHA1 16007edb132a0a6a6ed17d6e7a65b734f97399ed SHA256 fa2d9fb9c86166027a23f699167a234b59729311c46bd377947dbc309bf5ea0c -EBUILD libxfce4ui-4.7.3.ebuild 1154 RMD160 45bce46a35070136c27214a7ebe959ca188c2c50 SHA1 841cadc5dbd394cce7bec8840bf92492f16d9410 SHA256 5762b0b32c342e9c10b50fc9604f0b1384c137e81a021aef4f89bce550b17f3b EBUILD libxfce4ui-4.7.4.ebuild 1165 RMD160 6a22646d993912ab441a4403f958970f7064da2a SHA1 ed696920b2896b8fd61214f31d8f683708cfd138 SHA256 da668def10100906ae92e6b47302d4d12fa64ae604023fed4f7a1a93a4226405 MISC ChangeLog 1791 RMD160 ba3bc0aaf159944bf9206258bc46904cabde7a98 SHA1 e3c2e6bbac7f84b7036861c9e4d5ad19e17dccd8 SHA256 b2497d8a98dc965b0a6f12b7087c61aa057d14c3608352dddb5fe3a7bdeef05b MISC metadata.xml 260 RMD160 e4efc39d9ffa2691501d30ea9de716acd332f9d6 SHA1 4bbbd9481ced7a04fd9470c0627dfff9be9d8a31 SHA256 96c5725a10ebc95fd3cfc84a2566152354229350a27d79a42648ca2b051fd028 diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.7.3.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.7.3.ebuild deleted file mode 100644 index 6b20b2e29596..000000000000 --- a/xfce-base/libxfce4ui/libxfce4ui-4.7.3.ebuild +++ /dev/null @@ -1,39 +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.3.ebuild,v 1.1 2010/09/05 20:13:28 ssuominen 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" -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.6 - >=xfce-base/xfconf-4.6 - glade? ( dev-util/glade:3 ) - startup-notification? ( x11-libs/startup-notification )" -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" -} |