summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-06-21 08:24:33 +0200
committerMichał Górny <mgorny@gentoo.org>2018-06-21 09:24:24 +0200
commitc51e1fecb3e9d1674992e11dd4e67f40f89e72a3 (patch)
tree03a06da21be40695ab58ad3cdcb310eebc8b826d /xfce-base/exo
parentxfce-base/exo: Bump to 0.12.2 (diff)
downloadgentoo-c51e1fecb3e9d1674992e11dd4e67f40f89e72a3.tar.gz
gentoo-c51e1fecb3e9d1674992e11dd4e67f40f89e72a3.tar.bz2
gentoo-c51e1fecb3e9d1674992e11dd4e67f40f89e72a3.zip
xfce-base/exo: Drop old
Diffstat (limited to 'xfce-base/exo')
-rw-r--r--xfce-base/exo/Manifest2
-rw-r--r--xfce-base/exo/exo-0.10.7.ebuild37
-rw-r--r--xfce-base/exo/exo-0.12.1.ebuild41
3 files changed, 0 insertions, 80 deletions
diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index 52aad06f73fa..75ccdb23ea0e 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,4 +1,2 @@
-DIST exo-0.10.7.tar.bz2 1262301 BLAKE2B f9a0454b1f5f125fec49de834bdefd12ad827e88a852596315090cca92f92628d594fe609a35b9f926c4d19ac67fbfa60fcd5e277d6cd69082b27273ff17c823 SHA512 5a872e6895595da027f403fb7951922c40481d53242cb4d9c3da2d36690c61dce2fdb34ba0eb39367558a5e3055733af25432d1f3a8f60984b7e2ed997408b60
DIST exo-0.12.0.tar.bz2 1310691 BLAKE2B 6acdfe0b3cf7b19717d17c4acc7973bc8e27e963b4213376061cee0bec72734303ed75b7bfd8d8cbe1da98af4a9b43132657ade0020f9d26add36aa77c184ff4 SHA512 8ec52aba3faa9728bb60e09cf696f772160bfd8357c06015a6d72a2302572e74389f78a20addcf3ac632a3ac84b3ee2f40750483a16e2f7e1cff7de6f7aa2692
-DIST exo-0.12.1.tar.bz2 1321285 BLAKE2B 99721961880387fb5a953c3276a08297582c3aed5f52d578826ddde056836ec7c3b06d6f553cd660ca236cb864b79076fb19856b75e487a27db5db356f4bf685 SHA512 ee5c759a977944d56804424f4532c6e34921a34ab56ae4a11b4c8173ccae29d2397701db3d73c62b7fbf04ffb2c439b6bbbc1a4fc841bce0ce7a76fa22c42bd4
DIST exo-0.12.2.tar.bz2 1321379 BLAKE2B bf17b8dfb6489b5c168893599e67bac603e6915e78930d0d460e94d23a60b53e720439653358c2566083a3773cd5bb898da5210200a2c6dfac7ca9b730ca4aaf SHA512 771c4e3c09683ccf2d028a5203d4b2af0da38e6ae97baa7825714ad6e2e81d128d9238d060cdd80c95660a0394b632caec3e31df1f2cc28b1fed8ef19ee2011a
diff --git a/xfce-base/exo/exo-0.10.7.ebuild b/xfce-base/exo/exo-0.10.7.ebuild
deleted file mode 100644
index 4f487bb2ba83..000000000000
--- a/xfce-base/exo/exo-0.10.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/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 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.30:=
- dev-perl/URI
- >=x11-libs/gtk+-2.24:2=
- >=xfce-base/libxfce4ui-4.10:=
- >=xfce-base/libxfce4util-4.10:="
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(xfconf_use_debug)
- )
-
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
- DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
-}
diff --git a/xfce-base/exo/exo-0.12.1.ebuild b/xfce-base/exo/exo-0.12.1.ebuild
deleted file mode 100644
index 40a8273b293e..000000000000
--- a/xfce-base/exo/exo-0.12.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/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 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.6
- >=dev-libs/glib-2.42:=
- dev-perl/URI
- >=x11-libs/gtk+-2.24:2=
- >=x11-libs/gtk+-3.22:3=
- >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.12:="
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}