summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/sakura')
-rw-r--r--x11-terms/sakura/Manifest5
-rw-r--r--x11-terms/sakura/sakura-3.2.0.ebuild44
-rw-r--r--x11-terms/sakura/sakura-3.2.1.ebuild44
-rw-r--r--x11-terms/sakura/sakura-3.3.0.ebuild44
-rw-r--r--x11-terms/sakura/sakura-3.3.2.ebuild44
-rw-r--r--x11-terms/sakura/sakura-3.3.3.ebuild44
6 files changed, 0 insertions, 225 deletions
diff --git a/x11-terms/sakura/Manifest b/x11-terms/sakura/Manifest
index 2c3285f14702..96d6c5b1dc35 100644
--- a/x11-terms/sakura/Manifest
+++ b/x11-terms/sakura/Manifest
@@ -1,6 +1 @@
-DIST sakura-3.2.0.tar.bz2 51651 SHA256 20d166b038b5692b7a34e4792daecba264cae084dca3cecb8c3f4f36cb60dbdd SHA512 7d58e7b3d76e724a6b9a3baf6f0d02c79a97004e130864e008e7c81f71be78dc4f60d211b2f216a688548e42dd272c7e8550a55b5744199c42d3ff4470579e8d WHIRLPOOL e706671e28322ef06a675061b49cc9ac1f5eaf99225cbd6aad3130f43de190912d47c8b3196ae41bde389c8870943ad88b040be94ddb98c83e4b993e0e122a6e
-DIST sakura-3.2.1.tar.bz2 51799 SHA256 a4cfe197d56e61eb6915278e5349f1e648dbaac8f7b6b837b8736dd13ba7ba4e SHA512 8851657db57278cf906e5b3622e484045611d86cf49c81b3888f0e50bddfd2be0c7de8fcfeb500d57bc14444991b5be68f71d2405a894ae81e2d8fda8650c77d WHIRLPOOL 96fbfa53ae48fee1633b5c63707ffdc37a3fe49fedaa6c20059e1630678dbc82f99a13383e7e58b508cbe315a0ceab97a4290ccde36ee927c67eb8417d6fb043
-DIST sakura-3.3.0.tar.bz2 51576 SHA256 418d191fd2957f72d8381aec501505b94fb396c8c35c4c6f02236aca3fb5f267 SHA512 2db70b69547f7d02329631166cc66e25c1e1205fbd0080d0a6295b1ebb89f77b4806dd570601df599588f24f69d2b917c03e803fffed24927abd8d77562acd98 WHIRLPOOL 95917d6ce0bb8c0b9ed3b28873f002623cba65e4d23ab4390da5cfc0b9d61924074ae333d70ea2513f3f7e23b9291d54137d3f8c13d0a11e3ee5227fea0a73a3
-DIST sakura-3.3.2.tar.bz2 52515 SHA256 3ced73647d79b6b9d3eb19560f18c55af15d5c939725e19fb5174c395674a1c5 SHA512 f7db9a841281fac366055900b107888550a45f1c9d11bc8993a67deb90e76c5027facd4dcb3c823e4f4df5c74bc65c200cedaf706192201846d2de8c6b330390 WHIRLPOOL 8f7d506ad3ce9961341f4c5a0a5af4051e793f3ee7a579c3cf4410dea833c180f4b790ad25ad6a745982be2774cb6f0b2bb1399dab0d3e6e46b801f6c0045bbc
-DIST sakura-3.3.3.tar.bz2 52901 SHA256 a6bd310c1d344ee73378f2deefaa767c20c2266a18d7f0f40cc0a7defec2f020 SHA512 23a874848061613fab5a89a4b91e6c6c23771ca897132503729ba3c29c9f1d799ba7b965cc0d1968b3ab75b89fd446530b58fdc2e997a63fa7f41597cec4bdbb WHIRLPOOL 4bfac766472662222f27e1fd6653f12289781c0ccf1fdc180cb29b8ac5186a50761138db62a372ccc178b5024f0dc77519794644f96bd52d82340cc94f02142e
DIST sakura-3.3.4.tar.bz2 52839 SHA256 27277214964851fa23ecc290f0eae391af3d11279ec42769d84a7be1feccd3ba SHA512 a84849e2fa7b45da513ff05a1e1636eb8d331b7c632f18605d6aa01463e44d877c057f2f628bfdc27e9f6ff29b0441ba248885d92341ed3a9b5eb281d02e34d7 WHIRLPOOL 22e10b9098db39151b32b6cfaec4cbffb1991e65212a3d1acc768e250aca3fb3f5ff17c86b09df66706e7a38cec868f5c66a9048cd71e754f03bae5efeffe110
diff --git a/x11-terms/sakura/sakura-3.2.0.ebuild b/x11-terms/sakura/sakura-3.2.0.ebuild
deleted file mode 100644
index ede44af04af1..000000000000
--- a/x11-terms/sakura/sakura-3.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/vte-0.28:2.90
- x11-libs/gtk+:3
-"
-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
-}
diff --git a/x11-terms/sakura/sakura-3.2.1.ebuild b/x11-terms/sakura/sakura-3.2.1.ebuild
deleted file mode 100644
index 003e5618f2b5..000000000000
--- a/x11-terms/sakura/sakura-3.2.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/vte-0.28:2.90
- x11-libs/gtk+:3
-"
-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
-}
diff --git a/x11-terms/sakura/sakura-3.3.0.ebuild b/x11-terms/sakura/sakura-3.3.0.ebuild
deleted file mode 100644
index d25cba22a1fc..000000000000
--- a/x11-terms/sakura/sakura-3.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/vte:2.91
- x11-libs/gtk+:3
-"
-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
-}
diff --git a/x11-terms/sakura/sakura-3.3.2.ebuild b/x11-terms/sakura/sakura-3.3.2.ebuild
deleted file mode 100644
index d25cba22a1fc..000000000000
--- a/x11-terms/sakura/sakura-3.3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/vte:2.91
- x11-libs/gtk+:3
-"
-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
-}
diff --git a/x11-terms/sakura/sakura-3.3.3.ebuild b/x11-terms/sakura/sakura-3.3.3.ebuild
deleted file mode 100644
index d25cba22a1fc..000000000000
--- a/x11-terms/sakura/sakura-3.3.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/vte:2.91
- x11-libs/gtk+:3
-"
-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
-}