public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/
Date: Sun,  3 Jun 2018 13:32:25 +0000 (UTC)	[thread overview]
Message-ID: <1528032681.8c68aa942b053d78faff4885d1b6d35ed1b2b9b1.johu@gentoo> (raw)

commit:     8c68aa942b053d78faff4885d1b6d35ed1b2b9b1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 13:31:01 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 13:31:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c68aa94

x11-terms/sakura: Remove 3.4.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-terms/sakura/Manifest            |  1 -
 x11-terms/sakura/sakura-3.4.0.ebuild | 56 ------------------------------------
 2 files changed, 57 deletions(-)

diff --git a/x11-terms/sakura/Manifest b/x11-terms/sakura/Manifest
index 65485f42352..4b74e5af898 100644
--- a/x11-terms/sakura/Manifest
+++ b/x11-terms/sakura/Manifest
@@ -1,3 +1,2 @@
 DIST sakura-3.3.4.tar.bz2 52839 BLAKE2B 8fbab050b6983625dd77a6ef52a56cbcd854d40c1f22a10e845171bab78b49263d5dc6a7e2e2a00d0ffc0140995b453755009fdc85e1f6d950336201873bc155 SHA512 a84849e2fa7b45da513ff05a1e1636eb8d331b7c632f18605d6aa01463e44d877c057f2f628bfdc27e9f6ff29b0441ba248885d92341ed3a9b5eb281d02e34d7
-DIST sakura-3.4.0.tar.bz2 54907 BLAKE2B c31d757e9467240d8455cbc7189f2104b0620f208ffbf7815fd834da08beeb59218931621656e4c920cadadca41bf682f321fe935151887cf99c1afe0800c980 SHA512 5d8f62638bd826a294b240960f2bd696583f8cad4799ab5862796b6210320f94ee11e64847c36ca6765f9281fb8fabb7a699db6fcf1de41c5e7f82bb281e9512
 DIST sakura-3.5.0.tar.bz2 55432 BLAKE2B 9accd09eac359b64637ff5c318e50e32f5bfa27cf7fb5d4a99c91391e14f145020bd19077e20585b78149e5ac5f281abaf1098dbbaf111e54fd5ad5fbb2f4887 SHA512 20c691342c68a2a6f7397da754c83b19c7622e25984ae9fe9fef47492e19cd7589dd9d1bd2ccb82bd9c6ab82f92c97c1b742795434a101a0e169c6f901f40d9e

diff --git a/x11-terms/sakura/sakura-3.4.0.ebuild b/x11-terms/sakura/sakura-3.4.0.ebuild
deleted file mode 100644
index 315f2a8ec16..00000000000
--- a/x11-terms/sakura/sakura-3.4.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils eutils flag-o-matic
-
-DESCRIPTION="sakura is a terminal emulator based on GTK and VTE"
-HOMEPAGE="http://www.pleyades.net/david/projects/sakura/"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm-linux ~x86-linux"
-
-RDEPEND="
-	>=dev-libs/glib-2.20:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libX11
-	x11-libs/vte:2.91
-"
-DEPEND="
-	${RDEPEND}
-	>=dev-lang/perl-5.10.1
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.1.3-flags.patch
-)
-
-DOCS=(
-	AUTHORS
-)
-
-src_prepare() {
-	sed -i "/FILES INSTALL/d" CMakeLists.txt || die
-
-	strip-linguas -i po/
-	local lingua
-	for lingua in po/*.po; do
-		lingua="${lingua/po\/}"
-		lingua="${lingua/.po}"
-		if ! has ${lingua} ${LINGUAS}; then
-			rm po/${lingua}.po || die
-		fi
-	done
-
-	cmake-utils_src_prepare
-	# sakura.c:1740:3: warning: implicit declaration of function ‘readlink’
-	# [-Wimplicit-function-declaration]
-	append-cppflags -D_DEFAULT_SOURCE
-
-	# sakura.c:1348:9: error: ‘for’ loop initial declarations are only allowed
-	# in C99 or C11 mode
-	append-cflags -std=c99
-}


             reply	other threads:[~2018-06-03 13:32 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-03 13:32 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25 13:57 [gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/ Petr Vaněk
2024-11-23 13:02 Arthur Zamarin
2024-07-21 15:12 Conrad Kostecki
2022-08-22 14:30 Jakov Smolić
2022-01-22  0:34 Ionen Wolkens
2021-12-07  6:26 Agostino Sarubbo
2021-12-05  5:06 Sam James
2021-09-19  3:42 Ionen Wolkens
2021-06-30 10:15 Ulrich Müller
2021-06-07  8:33 Joonas Niilola
2021-04-05 11:53 Andreas Sturmlechner
2021-03-30  1:31 Jonas Stein
2021-01-05 20:51 Sam James
2020-12-29  9:58 Sam James
2020-09-03 13:06 Jeroen Roovers
2020-07-03 11:35 Jeroen Roovers
2020-07-03 11:35 Jeroen Roovers
2019-11-30 12:23 Jeroen Roovers
2018-09-11 17:09 Jeroen Roovers
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 23:23 Thomas Deutschmann
2017-09-16 12:36 Jeroen Roovers
2017-01-13 16:42 Jeroen Roovers
2016-10-03  4:03 Jeroen Roovers
2016-10-02 10:58 Jeroen Roovers
2016-10-02 10:48 Pacho Ramos
2016-01-30 13:20 Jeroen Roovers
2015-12-16  7:26 Jeroen Roovers
2015-11-29  7:28 Jeroen Roovers

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=1528032681.8c68aa942b053d78faff4885d1b6d35ed1b2b9b1.johu@gentoo \
    --to=johu@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