x11-terms/roxterm: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Fri, 11 Sep 2015 14:34:52 +0000 (16:34 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 11 Sep 2015 14:34:52 +0000 (16:34 +0200)
Package-Manager: portage-2.2.20.1

x11-terms/roxterm/roxterm-2.9.3.ebuild [deleted file]

diff --git a/x11-terms/roxterm/roxterm-2.9.3.ebuild b/x11-terms/roxterm/roxterm-2.9.3.ebuild
deleted file mode 100644 (file)
index 1f02fd0..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit gnome2-utils python toolchain-funcs
-
-DESCRIPTION="A terminal emulator designed to integrate with the ROX environment"
-HOMEPAGE="http://roxterm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/roxterm/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-       >=dev-libs/glib-2.28
-       x11-libs/gtk+:3
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/vte:2.90"
-DEPEND="${RDEPEND}
-       dev-lang/python:2.7
-       dev-libs/libxslt
-       dev-python/lockfile
-       virtual/pkgconfig
-       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
-       nls? ( app-text/po4a sys-devel/gettext )"
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_prepare() {
-       python_convert_shebangs 2 mscript.py
-}
-
-src_configure() {
-       local myconf=( CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" --prefix=/usr --docdir=/usr/share/doc/${PF} --destdir="${D}" )
-       use nls || myconf+=( --disable-gettext --disable-po4a --disable-translations )
-       ./mscript.py configure "${myconf[@]}"
-}
-
-src_compile() {
-       ./mscript.py build
-}
-
-src_install() {
-       ./mscript.py install
-}
-
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}