summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 17:03:46 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 18:09:47 +0200
commit2f91257df5f2d03e40d8c9b1eca36a8d05ddc1ac (patch)
tree4a28adb49d9971394aa80385fa2a910c927151a9 /xfce-base
parentxfce-base/exo: Prune old (diff)
downloadgentoo-2f91257df5f2d03e40d8c9b1eca36a8d05ddc1ac.tar.gz
gentoo-2f91257df5f2d03e40d8c9b1eca36a8d05ddc1ac.tar.bz2
gentoo-2f91257df5f2d03e40d8c9b1eca36a8d05ddc1ac.zip
xfce-base/garcon: Prune old
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/garcon/Manifest1
-rw-r--r--xfce-base/garcon/garcon-0.2.1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 9cd3953b842d..aa9c263c270f 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1 @@
-DIST garcon-0.2.1.tar.bz2 454321 SHA256 48b644b8b2ffe597974e2526ca1a5d2d7da6a09c2d434f008dec80e9152701f7 SHA512 2ef784419e58ef3bffef94061735fcf814fb313d16c6bed4d3a1aa86982fccce8ba582b708ff19260c80708fa132b789b4dc81963193484320c86ab3f0d7b003 WHIRLPOOL ff64b1c2f7c62b27e8c03ba13824d8f4d04215a60c794c39b43e6bfe591d80b9a39d4f1ea03f10692daa8a75af6726ce78ac12cd676ff368bb93561da5e77ca0
DIST garcon-0.5.0.tar.bz2 456940 SHA256 4cc933bb773e3194a0cce188c7a38da8a72e33871635113917eff81bfc98f9c9 SHA512 9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5 WHIRLPOOL 9761fbf8a48e483b60bc84d3a1a6cc7b7af270e067a15d5f9b7c801f864467163c4ec02c88c9a81fa67e80d0adaa2439b95e30164dac8f785e769db25ccdbfd3
diff --git a/xfce-base/garcon/garcon-0.2.1.ebuild b/xfce-base/garcon/garcon-0.2.1.ebuild
deleted file mode 100644
index 2a949e308eb1..000000000000
--- a/xfce-base/garcon/garcon-0.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-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 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.14
- >=xfce-base/libxfce4util-4.10.1"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
-}