From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/
Date: Fri, 16 Feb 2018 14:13:26 +0000 (UTC) [thread overview]
Message-ID: <1518790266.d6640b5ee964654299e861e0026af480f18d9f70.pacho@gentoo> (raw)
commit: d6640b5ee964654299e861e0026af480f18d9f70
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 14:08:48 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 14:11:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6640b5e
x11-terms/roxterm: Drop old (#622004)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
x11-terms/roxterm/Manifest | 1 -
x11-terms/roxterm/roxterm-2.9.3-r2.ebuild | 64 -------------------------------
2 files changed, 65 deletions(-)
diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest
index e6d0165f22c..2984ef800a2 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 4cf99a29d53..00000000000
--- 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
-}
next reply other threads:[~2018-02-16 14:13 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-16 14:13 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-25 12:42 [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/ Jakov Smolić
2022-06-29 16:09 Matt Turner
2021-01-18 11:36 David Seifert
2021-01-10 21:59 Sam James
2021-01-10 21:58 Sam James
2020-09-13 23:49 Sam James
2020-09-13 23:47 Sam James
2020-09-13 23:47 Sam James
2020-09-13 23:47 Sam James
2020-08-17 13:50 Agostino Sarubbo
2020-08-16 14:50 Agostino Sarubbo
2020-04-28 7:44 Joonas Niilola
2020-04-28 7:44 Joonas Niilola
2020-04-14 8:35 Joonas Niilola
2018-02-11 11:36 Michał Górny
2017-04-22 12:24 Pacho Ramos
2017-02-11 19:47 David Seifert
2017-01-15 11:20 Pacho Ramos
2017-01-04 16:56 Agostino Sarubbo
2016-12-17 12:43 Pacho Ramos
2015-12-14 22:22 Michał Górny
2015-11-11 8:12 Ian Delaney
2015-10-04 8:05 Ian Delaney
2015-09-26 15:15 Ian Delaney
2015-09-11 14:35 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1518790266.d6640b5ee964654299e861e0026af480f18d9f70.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox