summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/exo')
-rw-r--r--xfce-base/exo/Manifest2
-rw-r--r--xfce-base/exo/exo-0.5.5.ebuild64
2 files changed, 0 insertions, 66 deletions
diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index b529af3976ca..dab610d42a28 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,9 +1,7 @@
AUX exo-0.3.4-interix.patch 2766 RMD160 876452cf6009fb1530cf0f296104ba4105dc10de SHA1 8ad881d9cca3811fba0b1a7080caed024e37381b SHA256 e7a5864241cbae1ac1442af31aea2b3365e9936740954e06a45e4da7e810e471
DIST exo-0.3.107.tar.bz2 1889276 RMD160 d9c97d73c543a411fe09688eb3fdc7ad7b49a5f9 SHA1 5121f433b14c5840706cedbc220284a4516e83df SHA256 0a12ac124bad67c8de7135f7052641239ed640884a71612930f99c425bede2a3
-DIST exo-0.5.5.tar.bz2 1587516 RMD160 b8fe6b68c4dc27516e52d72bc51dc13da47040b4 SHA1 fa41bc31513f111b79677c0bc905090bd68c6387 SHA256 39c18a9b12972ea36cd15a491a99c2286f1f114d4db10c01a51bc9c4b73a10b3
DIST exo-0.5.6.tar.bz2 1592958 RMD160 bcf52bcc7415266163b90b6077c21e79f33313c6 SHA1 49f0a40cf18d32d245d9796de81d91c199f24656 SHA256 1554154c2d2e8a7e0061366ba710cb46aa6b94b3b637fc93099e89248698d2bc
EBUILD exo-0.3.107.ebuild 1527 RMD160 c7ea875a35c2a5b3293c66d3c8d445c784c7bb79 SHA1 88560080bf34eca2a7425ff63713ae3d74084534 SHA256 dd97ce3e9c2fa1f108ccd93800db44a6a1d8a28ddad1b79208612bc97b6175c0
-EBUILD exo-0.5.5.ebuild 1530 RMD160 0b74809575ae8e107bf02190d4bf7b41da9641bf SHA1 f6864db96b54312959eedec8d22621a4f6bfbf5b SHA256 30834da02959b1d3d2ac28fa22a2c0b3d43d8cfc45fa6ba1ee11e31ba057dd6e
EBUILD exo-0.5.6.ebuild 1531 RMD160 def1faebd4f03bfc650b851ef4556d282fff8909 SHA1 c90b3a41e690b60ba7c56ee89de19a4181ce8b2c SHA256 13c8269cd1b8dbe84b29ad0bdd7f38aa176a67fb2a3a46056c973b5e0dec210d
MISC ChangeLog 6104 RMD160 70486f35edfbd6189f21e984ec7a44faca53651f SHA1 390bb2862153b67fcc00c6c06a2eb84f4793e071 SHA256 1391ab4880a7e127e80ac6c6b91768a8bf237bffddbb329e968a433afaeba5dd
MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
diff --git a/xfce-base/exo/exo-0.5.5.ebuild b/xfce-base/exo/exo-0.5.5.ebuild
deleted file mode 100644
index 7e8db8908db4..000000000000
--- a/xfce-base/exo/exo-0.5.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.5.5.ebuild,v 1.2 2010/11/24 14:17:43 ssuominen Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="python? 2"
-
-inherit xfconf python
-
-DESCRIPTION="Extensions, widgets and framework library with session management support"
-HOMEPAGE="http://www.xfce.org/projects/exo"
-SRC_URI="mirror://xfce/src/xfce/exo/0.5/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug python"
-
-RDEPEND=">=dev-lang/perl-5.6
- dev-perl/URI
- >=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.14:2
- xfce-base/libxfce4util
- python? ( >=dev-python/pygtk-2.4 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- --disable-dependency-tracking
- --disable-static
- $(use_enable python)
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
-}
-
-src_prepare() {
- rm -f py-compile
- ln -s $(type -P true) py-compile
-
- xfconf_src_prepare
-}
-
-pkg_postinst() {
- xfconf_pkg_postinst
- use python && python_mod_optimize exo-0.5 pyexo.py
-}
-
-pkg_postrm() {
- xfconf_pkg_postrm
- use python && python_mod_cleanup exo-0.5 pyexo.py
-}