diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-02-16 15:08:48 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-02-16 15:11:06 +0100 |
commit | d6640b5ee964654299e861e0026af480f18d9f70 (patch) | |
tree | fc7f2ed4f1733d80e6da1d1651b9b4579873e298 /x11-terms/roxterm | |
parent | dev-libs/libvterm: rename ebuild. (diff) | |
download | gentoo-d6640b5ee964654299e861e0026af480f18d9f70.tar.gz gentoo-d6640b5ee964654299e861e0026af480f18d9f70.tar.bz2 gentoo-d6640b5ee964654299e861e0026af480f18d9f70.zip |
x11-terms/roxterm: Drop old (#622004)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-terms/roxterm')
-rw-r--r-- | x11-terms/roxterm/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/roxterm/roxterm-2.9.3-r2.ebuild | 64 |
2 files changed, 0 insertions, 65 deletions
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest index e6d0165f22c3..2984ef800a2d 100644 --- a/x11-terms/roxterm/Manifest +++ b/x11-terms/roxterm/Manifest @@ -1,2 +1 @@ -DIST roxterm-2.9.3.tar.bz2 364120 BLAKE2B f304ef08c5c5b9724ab4fb8275d657476ea946dffd7b412aa29cd37c6e9c18335755a3a2e8c1e9157deb89ecb5ca1c3ea426d65afa5b9d74c5f6496f7989cf56 SHA512 3f197ebc532721a6132da96d3b4bf65032def43eba4d7b00ecb2c74223c43c0549a9605753e81992c2c4b4955adbbc041e8a31f22947752dc52a9edd46457d16 DIST roxterm-3.1.5.tar.xz 309892 BLAKE2B 11ede6d870a2aa96bfff4974ab33ac4814802f6b08e684f9367e3e268adc113be2b0c92eb337447f8d20a687c7be5f414854cf1f75831ef6c38f4d78d3897317 SHA512 f07989331b1cf915e94582bfceff8cb87f20613eb272ccc502fb49c7508a1330cfa3b137c59f300b8541595aed541867c1b0aad36809e7e9a326f7119fde2acd diff --git a/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild b/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild deleted file mode 100644 index 4cf99a29d538..000000000000 --- a/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit gnome2-utils python-any-r1 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 ppc 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} - ${PYTHON_DEPS} - dev-libs/libxslt - dev-python/lockfile - virtual/pkgconfig - virtual/imagemagick-tools - nls? ( app-text/po4a sys-devel/gettext )" - -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 -} |