summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-27 13:21:35 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-27 13:26:18 +0200
commit14a43029b9e10abf3576a0e4ce17d84fb713386f (patch)
treeb24ff86740decfb16909f87c57bd3903d7fa65e1 /xfce-base/exo/exo-0.12.6.ebuild
parentxfce-base/exo: Bump to 0.12.7 (diff)
downloadgentoo-14a43029b9e10abf3576a0e4ce17d84fb713386f.tar.gz
gentoo-14a43029b9e10abf3576a0e4ce17d84fb713386f.tar.bz2
gentoo-14a43029b9e10abf3576a0e4ce17d84fb713386f.zip
xfce-base/exo: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/exo/exo-0.12.6.ebuild')
-rw-r--r--xfce-base/exo/exo-0.12.6.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/xfce-base/exo/exo-0.12.6.ebuild b/xfce-base/exo/exo-0.12.6.ebuild
deleted file mode 100644
index 8c2eea9c5c24..000000000000
--- a/xfce-base/exo/exo-0.12.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="gtk2"
-
-RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.42:=
- dev-perl/URI
- >=x11-libs/gtk+-3.22:3=
- >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.12:=
- gtk2? ( >=x11-libs/gtk+-2.24:2= )"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- $(use_enable gtk2)
- )
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}