public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/xfce:master commit in: xfce-base/garcon/, xfce-base/exo/, xfce-base/libxfcegui4/, ...
@ 2011-03-11 10:17 Christoph Mende
  0 siblings, 0 replies; only message in thread
From: Christoph Mende @ 2011-03-11 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     af1120a49a8e90745e06f789ef845cc4a9e97cd7
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 10:16:55 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 10:16:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=af1120a4

gtk-doc is always required

---
 eclass/xfconf-live.eclass                       |    8 +-------
 xfce-base/exo/exo-9999.ebuild                   |    2 --
 xfce-base/garcon/garcon-9999.ebuild             |    1 -
 xfce-base/libxfce4ui/libxfce4ui-9999.ebuild     |    1 -
 xfce-base/libxfce4util/libxfce4util-9999.ebuild |    1 -
 xfce-base/libxfcegui4/libxfcegui4-9999.ebuild   |    1 -
 xfce-base/thunar/thunar-9999.ebuild             |    1 -
 xfce-base/xfce4-panel/xfce4-panel-9999.ebuild   |    1 -
 8 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/eclass/xfconf-live.eclass b/eclass/xfconf-live.eclass
index da552af..78174e1 100644
--- a/eclass/xfconf-live.eclass
+++ b/eclass/xfconf-live.eclass
@@ -20,14 +20,8 @@ EGIT_REPO_URI="git://git.xfce.org/xfce/${MY_PN:-${PN}}"
 EGIT_BOOTSTRAP="autogen.sh"
 export NOCONFIGURE="yes"
 
-if [[ "${GTKDOCIZE}" == "yes" ]]; then
-	_xfce4_gtkdocize="dev-util/gtk-doc"
-fi
-
 DEPEND+="
-	${_xfce4_gtkdocize}"
-
-unset _xfce4_gtkdocize
+	dev-util/gtk-doc"
 
 EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_install pkg_preinst pkg_postinst pkg_postrm
 

diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index f4d666c..9b68a66 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -6,8 +6,6 @@ EAPI=3
 
 PYTHON_DEPEND="python? 2"
 
-GTKDOCIZE="yes"
-
 inherit python xfconf-live
 
 DESCRIPTION="Extensions, widgets and framework library with session management support"

diff --git a/xfce-base/garcon/garcon-9999.ebuild b/xfce-base/garcon/garcon-9999.ebuild
index c65b20b..a51f8e8 100644
--- a/xfce-base/garcon/garcon-9999.ebuild
+++ b/xfce-base/garcon/garcon-9999.ebuild
@@ -3,7 +3,6 @@
 # $Header: $
 
 EAPI=3
-GTKDOCIZE="yes"
 inherit xfconf-live
 
 DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library"

diff --git a/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild b/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild
index 4741d1a..f04f574 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-9999.ebuild
@@ -3,7 +3,6 @@
 # $Header: $
 
 EAPI=3
-GTKDOCIZE="yes"
 inherit xfconf-live
 
 DESCRIPTION="Xfce's unified widgets library"

diff --git a/xfce-base/libxfce4util/libxfce4util-9999.ebuild b/xfce-base/libxfce4util/libxfce4util-9999.ebuild
index 8f94a1a..4b65cca 100644
--- a/xfce-base/libxfce4util/libxfce4util-9999.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-9999.ebuild
@@ -3,7 +3,6 @@
 # $Header: $
 
 EAPI=3
-GTKDOCIZE="yes"
 inherit xfconf-live
 
 DESCRIPTION="Xfce's basic utilities library"

diff --git a/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild b/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild
index a328220..745e325 100644
--- a/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild
+++ b/xfce-base/libxfcegui4/libxfcegui4-9999.ebuild
@@ -3,7 +3,6 @@
 # $Header: $
 
 EAPI=3
-GTKDOCIZE="yes"
 inherit xfconf-live
 
 DESCRIPTION="Xfce's unified widgets library (deprecated: don't use this for future development)"

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 1ccd36f..4ed7d6a 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-9999.ebuild
@@ -3,7 +3,6 @@
 # $Header: $
 
 EAPI=4
-GTKDOCIZE="yes"
 inherit virtualx xfconf-live
 
 DESCRIPTION="File manager for the Xfce desktop environment"

diff --git a/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild b/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild
index 8d5ea7c..79108a8 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-9999.ebuild
@@ -3,7 +3,6 @@
 # $Header: $
 
 EAPI=4
-GTKDOCIZE="yes"
 inherit xfconf-live
 
 DESCRIPTION="Panel for the Xfce desktop environment"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-11 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11 10:17 [gentoo-commits] proj/xfce:master commit in: xfce-base/garcon/, xfce-base/exo/, xfce-base/libxfcegui4/, Christoph Mende

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox