summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-11-11 14:00:51 +0100
committerMichał Górny <mgorny@gentoo.org>2018-11-11 20:07:00 +0100
commit4979e6f70f382fdf30aee40814037c9bb0f7be28 (patch)
treea6066b29e0f824ab890e46296fd806dcc7f9f4c2 /xfce-base
parentxfce-base/exo: Clean old up (diff)
downloadgentoo-4979e6f70f382fdf30aee40814037c9bb0f7be28.tar.gz
gentoo-4979e6f70f382fdf30aee40814037c9bb0f7be28.tar.bz2
gentoo-4979e6f70f382fdf30aee40814037c9bb0f7be28.zip
xfce-base/garcon: Clean old up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/garcon/Manifest1
-rw-r--r--xfce-base/garcon/garcon-0.5.0-r2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index 78d6f9252a03..4867cf5686b1 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1 @@
-DIST garcon-0.5.0.tar.bz2 456940 BLAKE2B 1e2eb7351fc63c3dcaef358174f38e6da308141923474ad215309304644db85112d7f1edfd258bca5bca3c596f8e98c5d38cc830bcc11e91d5fc71e4c1c956d4 SHA512 9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5
DIST garcon-0.6.1.tar.bz2 511415 BLAKE2B 03c9076d8507737ed64b48597ff53c4cb3ae9beafd14b28d4d61fc29fa007f5ac4757f96ba0dc56c8b069a4eebd5d38202862856f96a1b08474de2aa93d518ca SHA512 36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3
diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
deleted file mode 100644
index 0e3a12f8750e..000000000000
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start"
-SRC_URI="https://archive.xfce.org/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.30:=
- >=x11-libs/gtk+-2.24:2=
- >=x11-libs/gtk+-3.14:3=
- >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.11:="
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )
-}