From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E82531382C5 for ; Sun, 30 May 2021 21:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0693FE0814; Sun, 30 May 2021 21:11:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0807E0814 for ; Sun, 30 May 2021 21:11:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EA3A340D43 for ; Sun, 30 May 2021 21:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D655479B for ; Sun, 30 May 2021 21:11:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1622408974.4dff2259b65d50438416e51b50b5117a20916f60.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtksourceviewmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtksourceviewmm/Manifest dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild X-VCS-Directories: dev-cpp/gtksourceviewmm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4dff2259b65d50438416e51b50b5117a20916f60 X-VCS-Branch: master Date: Sun, 30 May 2021 21:11:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 981916b6-4b95-42b1-b7a8-3db530e714d2 X-Archives-Hash: 573d944e4d708ff1b64c09878947aa09 commit: 4dff2259b65d50438416e51b50b5117a20916f60 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 15 15:46:26 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 30 21:09:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dff2259 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 gentoo.org> dev-cpp/gtksourceviewmm/Manifest | 1 - .../gtksourceviewmm-2.10.3-r2.ebuild | 48 ---------------------- 2 files changed, 49 deletions(-) diff --git a/dev-cpp/gtksourceviewmm/Manifest b/dev-cpp/gtksourceviewmm/Manifest index 03c7cb13684..6c54f767117 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 9df83973b55..00000000000 --- 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/* -}