commit:     fbcaa867e68c9c7697261e2ab76d836b1c9f76e7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 10:35:08 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 10:48:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcaa867

x11-terms/sakura: Drop 3.3.4

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-terms/sakura/Manifest            |  1 -
 x11-terms/sakura/sakura-3.3.4.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

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

diff --git a/x11-terms/sakura/sakura-3.3.4.ebuild 
b/x11-terms/sakura/sakura-3.3.4.ebuild
deleted file mode 100644
index f55472bc796..00000000000
--- a/x11-terms/sakura/sakura-3.3.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils eutils
-
-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/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
-}

Reply via email to