diff options
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/garcon/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/garcon/garcon-0.1.12.ebuild | 32 | ||||
-rw-r--r-- | xfce-base/garcon/garcon-0.1.9.ebuild | 32 |
3 files changed, 5 insertions, 65 deletions
diff --git a/xfce-base/garcon/ChangeLog b/xfce-base/garcon/ChangeLog index 964919887c65..8987469cc575 100644 --- a/xfce-base/garcon/ChangeLog +++ b/xfce-base/garcon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/garcon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.53 2012/09/09 14:34:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.54 2012/09/09 19:32:00 ssuominen Exp $ + + 09 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -garcon-0.1.9.ebuild, + -garcon-0.1.12.ebuild: + old 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> garcon-0.2.0.ebuild: alpha/ia64/sh/sparc stable wrt #416233 diff --git a/xfce-base/garcon/garcon-0.1.12.ebuild b/xfce-base/garcon/garcon-0.1.12.ebuild deleted file mode 100644 index 47af05ee64c7..000000000000 --- a/xfce-base/garcon/garcon-0.1.12.ebuild +++ /dev/null @@ -1,32 +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/garcon/garcon-0.1.12.ebuild,v 1.2 2012/05/05 06:46:40 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library" -HOMEPAGE="http://www.xfce.org/projects/libraries/" -SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2 FDL-1.1" -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" - -RDEPEND=">=dev-libs/glib-2.14 - >=xfce-base/libxfce4util-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - --disable-static - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO ) -} diff --git a/xfce-base/garcon/garcon-0.1.9.ebuild b/xfce-base/garcon/garcon-0.1.9.ebuild deleted file mode 100644 index 1564313fa6a8..000000000000 --- a/xfce-base/garcon/garcon-0.1.9.ebuild +++ /dev/null @@ -1,32 +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/garcon/garcon-0.1.9.ebuild,v 1.10 2012/05/05 06:46:40 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library" -HOMEPAGE="http://www.xfce.org/projects/libraries/" -SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2 FDL-1.1" -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" - -RDEPEND=">=dev-libs/glib-2.14:2 - >=xfce-base/libxfce4util-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - --disable-static - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO ) -} |