summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-15 17:46:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-30 23:09:34 +0200
commit4dff2259b65d50438416e51b50b5117a20916f60 (patch)
treec56b295f2f722d38209bfdc87da437fc524671f7 /dev-cpp
parentgames-puzzle/sgt-puzzles: Drop defunct 99999999 version (diff)
downloadgentoo-4dff2259b65d50438416e51b50b5117a20916f60.tar.gz
gentoo-4dff2259b65d50438416e51b50b5117a20916f60.tar.bz2
gentoo-4dff2259b65d50438416e51b50b5117a20916f60.zip
dev-cpp/gtksourceviewmm: Drop 2.10.3-r2 (SLOT 2.0)
Bug: https://bugs.gentoo.org/770898 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gtksourceviewmm/Manifest1
-rw-r--r--dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-cpp/gtksourceviewmm/Manifest b/dev-cpp/gtksourceviewmm/Manifest
index 03c7cb13684b..6c54f767117b 100644
--- a/dev-cpp/gtksourceviewmm/Manifest
+++ b/dev-cpp/gtksourceviewmm/Manifest
@@ -1,2 +1 @@
-DIST gtksourceviewmm-2.10.3.tar.xz 742184 BLAKE2B bfd61f3ca29afa4b01fef651849189983fbc64c95c0258c19812b6fddfb2f9e793a1a684e44e88384dcb24632a2c247f4b6ec400f2ef3d19f878064e017d986b SHA512 e6ddc4f585251f68e48cf0ea2c33bce02a90031efcd885105a82837715d659a317ee0845b476fc54c1c4c71b518df41ce494505af1524db6acb733e51f44e6ca
DIST gtksourceviewmm-3.18.0.tar.xz 1079780 BLAKE2B 973f06a3baed8d5ab541b2f179f773391fe562cab2fceffd0366748acafc4bfc1d4717d969bdd5a5716f892ff497b89338f8b3cd085aebb9c033a40b29d3c0b4 SHA512 143de4a650f2a6090efeba359e78d1f4982519a9e7a2be838f9888732c57dcc42db8b6ab45bd23ccd261d8f17bc743846a3bb572566f233cee9b4238c017c64c
diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild
deleted file mode 100644
index 9df83973b552..000000000000
--- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic gnome2
-
-DESCRIPTION="C++ bindings for gtksourceview"
-HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
-
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-SLOT="2.0"
-LICENSE="LGPL-2.1"
-
-RDEPEND="
- >=dev-cpp/gtkmm-2.12:2.4
- dev-cpp/atkmm:0
- >=x11-libs/gtksourceview-2.10.0:2.0
- !>=dev-cpp/libgtksourceviewmm-1
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
- gnome2_src_prepare
-
- # Remove docs from SUBDIRS so that docs are not installed, as
- # we handle it in src_install.
- sed -i -e 's|^\(SUBDIRS =.*\)$(doc_subdirs)\(.*\)|\1\2|' Makefile.in || \
- die "sed Makefile.in failed"
-}
-
-src_configure() {
- append-cxxflags -std=c++11
- gnome2_src_configure \
- $(use_enable doc documentation) \
- --disable-static
-}
-
-src_install() {
- gnome2_src_install
- use doc && dohtml -r docs/reference/html/*
-}