From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F0A9B138454 for ; Fri, 11 Sep 2015 14:35:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 999D3E0826; Fri, 11 Sep 2015 14:35:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FAF8E0826 for ; Fri, 11 Sep 2015 14:35:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63C6E3404A5 for ; Fri, 11 Sep 2015 14:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5FFC186 for ; Fri, 11 Sep 2015 14:35:04 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1441982092.12af23d770b96b34100918ff24c06596b46baa68.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/roxterm/roxterm-2.9.3.ebuild X-VCS-Directories: x11-terms/roxterm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 12af23d770b96b34100918ff24c06596b46baa68 X-VCS-Branch: master Date: Fri, 11 Sep 2015 14:35:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c604ef2-9a15-46cf-a4f4-d7d1725a5303 X-Archives-Hash: 1a7a980ab669c81f060355506a4a376b commit: 12af23d770b96b34100918ff24c06596b46baa68 Author: Manuel Rüger gentoo org> AuthorDate: Fri Sep 11 14:34:52 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Sep 11 14:34:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12af23d7 x11-terms/roxterm: Remove old Package-Manager: portage-2.2.20.1 x11-terms/roxterm/roxterm-2.9.3.ebuild | 64 ---------------------------------- 1 file changed, 64 deletions(-) diff --git a/x11-terms/roxterm/roxterm-2.9.3.ebuild b/x11-terms/roxterm/roxterm-2.9.3.ebuild deleted file mode 100644 index 1f02fd0..0000000 --- a/x11-terms/roxterm/roxterm-2.9.3.ebuild +++ /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 -}