summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/garcon')
-rw-r--r--xfce-base/garcon/ChangeLog5
-rw-r--r--xfce-base/garcon/garcon-0.1.8.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/xfce-base/garcon/ChangeLog b/xfce-base/garcon/ChangeLog
index 36681f788110..5f4291073ce7 100644
--- a/xfce-base/garcon/ChangeLog
+++ b/xfce-base/garcon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/garcon
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.35 2011/11/26 17:50:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.36 2011/11/29 00:17:25 ssuominen Exp $
+
+ 29 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -garcon-0.1.8.ebuild:
+ old
26 Nov 2011; Raúl Porcel <armin76@gentoo.org> garcon-0.1.9.ebuild:
alpha/ia64/sh/sparc stable wrt #386963
diff --git a/xfce-base/garcon/garcon-0.1.8.ebuild b/xfce-base/garcon/garcon-0.1.8.ebuild
deleted file mode 100644
index ad4627873fee..000000000000
--- a/xfce-base/garcon/garcon-0.1.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.8.ebuild,v 1.1 2011/06/19 16:04:24 angelos 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}/0.1/${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/xfdesktop-4.7.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- 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 )
-}