summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-12-16 11:48:57 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-12-16 14:08:56 -0500
commitb88ac496fe500b148207808694e163deba42dfb8 (patch)
tree4e3f159b1fce974a0d9b4cc87245928b7c8c3c62 /x11-terms/sakura
parentx11-drivers/nvidia-drivers: drop 495.44, 495.44-r2 (diff)
downloadgentoo-b88ac496fe500b148207808694e163deba42dfb8.tar.gz
gentoo-b88ac496fe500b148207808694e163deba42dfb8.tar.bz2
gentoo-b88ac496fe500b148207808694e163deba42dfb8.zip
x11-terms/sakura: drop 3.7.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/sakura')
-rw-r--r--x11-terms/sakura/Manifest1
-rw-r--r--x11-terms/sakura/files/sakura-3.7.0-gentoo.patch23
-rw-r--r--x11-terms/sakura/sakura-3.7.1.ebuild63
3 files changed, 0 insertions, 87 deletions
diff --git a/x11-terms/sakura/Manifest b/x11-terms/sakura/Manifest
index 15f4a80713eb..d2151e1548bb 100644
--- a/x11-terms/sakura/Manifest
+++ b/x11-terms/sakura/Manifest
@@ -1,2 +1 @@
-DIST sakura-3.7.1.tar.bz2 56315 BLAKE2B 3de45b19f76f765bc611cc7514238c942ea2212d64332aab9befbea4b5fe0cdb29a555017276bd6394c1313ba64ce2bfca6e83c6ff19d6aa676409b51589a838 SHA512 69d3b14f455480e4515337b4a28daafc807f41653ed8d6b6f934a908305fcc28745796b0f290b3ec6e97f6572132664017f943e556cca69df7007e17fcd9b9df
DIST sakura-3.8.3.tar.bz2 57773 BLAKE2B 20a7b2823d8e2a494c11b15eac4900b935a7a7c99d5cd67a8470e3441b2e8ff7924dd92c35d188863c9c420dcefbfca8d1dcd9dcff06a77d3cd95f855230c23b SHA512 82e77940b4b4c90948235459a0135e74c5778c3bc1df4e803571b316e6ec6298493468a0c8c2517ca6b1680fcdbba6d0e36c8bad696205e3aa3e5b4f402c2a8e
diff --git a/x11-terms/sakura/files/sakura-3.7.0-gentoo.patch b/x11-terms/sakura/files/sakura-3.7.0-gentoo.patch
deleted file mode 100644
index ab1d8bebc93c..000000000000
--- a/x11-terms/sakura/files/sakura-3.7.0-gentoo.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -38,12 +38,6 @@
- ADD_DEFINITIONS (-DDATADIR="${CMAKE_INSTALL_PREFIX}/share")
- ADD_DEFINITIONS (-DBUILDTYPE="${CMAKE_BUILD_TYPE}")
-
--IF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
-- SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
--ELSE (${CMAKE_BUILD_TYPE} NOT MATCHES "Debug")
-- SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wno-deprecated-declarations")
--ENDIF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
--
- INCLUDE_DIRECTORIES (. ${GTK_INCLUDE_DIRS} ${VTE_INCLUDE_DIRS})
- LINK_DIRECTORIES (${GTK_LIBRARY_DIRS} ${VTE_LIBRARY_DIRS} ${X11_LIBRARY_DIRS})
- LINK_LIBRARIES (${GTK_LIBRARIES} ${VTE_LIBRARIES} ${X11_LIBRARIES} m)
-@@ -57,7 +51,6 @@
- IF (POD2MAN)
- INSTALL (FILES ${sakura_BINARY_DIR}/sakura.1 DESTINATION share/man/man1)
- ENDIF (POD2MAN)
--INSTALL (FILES INSTALL DESTINATION share/doc/sakura)
-
- FILE (GLOB MO_FILES po/*.mo)
-
diff --git a/x11-terms/sakura/sakura-3.7.1.ebuild b/x11-terms/sakura/sakura-3.7.1.ebuild
deleted file mode 100644
index 25cba9388867..000000000000
--- a/x11-terms/sakura/sakura-3.7.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic strip-linguas xdg-utils
-
-DESCRIPTION="sakura is a terminal emulator based on GTK and VTE"
-HOMEPAGE="https://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 ~x86-linux"
-
-RDEPEND="
- >=dev-libs/glib-2.20:2
- >=x11-libs/gtk+-3.20:3[X]
- x11-libs/libX11
- >=x11-libs/vte-0.50:2.91
-"
-DEPEND="
- ${RDEPEND}
- >=dev-lang/perl-5.10.1
- virtual/pkgconfig
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-3.7.0-gentoo.patch
-)
-DOCS=(
- AUTHORS
-)
-
-src_prepare() {
- 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_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
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}