dev-util/geany: drop 2.0-r1, 2.0-r2

Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44027
Closes: https://github.com/gentoo/gentoo/pull/44027
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Chris Mayo 2025-10-03 19:30:31 +01:00 committed by Sam James
parent c5366aec59
commit 5b8c9022ac
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
4 changed files with 0 additions and 258 deletions

View File

@ -1,2 +1 @@
DIST geany-2.0.tar.bz2 6836300 BLAKE2B 9a810827c3c8e5156329ec2e693d7181183d341ea74b5cbca940904912004e09b1ac0307710d2a6bec76c3c4b3e08c0a5231ffe5e65ba1234b33900192703d1a SHA512 443b64fc09501a95241340a6ee582810a3fddb033ef06c1a42d530625921a871a5183b575d73a858fa98b040651c4308a273272cb735753e969fd1270170b87d
DIST geany-2.1.tar.bz2 6908595 BLAKE2B b6249ea8c8637516c4133e6cfb6cd8cde2495f7b507342918f7850feb4f447ddf6513a9f12fc67cd0c909543346eeb4cff0ddfd26658dee9128fa899770a1bb7 SHA512 778e6322e0f3a684c3345fe7558b637999d8903a568ed55fa24016443ace6c9d755a988fc19e8b26ad3e5df205c7a8bd3aa01b0b24036fac7cee867e8ba199e7

View File

@ -1,86 +0,0 @@
# https://sourceforge.net/p/scintilla/code/ci/c7ffad21b23dfad4e8e9f36bb587acc2f6e84fee/
--- a/scintilla/gtk/PlatGTK.cxx
+++ b/scintilla/gtk/PlatGTK.cxx
@@ -7,2 +7,3 @@
#include <cstdlib>
+#include <cstdint>
#include <cstring>
--- a/scintilla/src/AutoComplete.cxx
+++ b/scintilla/src/AutoComplete.cxx
@@ -9,2 +9,3 @@
#include <cstdlib>
+#include <cstdint>
#include <cassert>
--- a/scintilla/src/CallTip.cxx
+++ b/scintilla/src/CallTip.cxx
@@ -9,2 +9,3 @@
#include <cstdlib>
+#include <cstdint>
#include <cassert>
--- a/scintilla/src/CellBuffer.cxx
+++ b/scintilla/src/CellBuffer.cxx
@@ -9,2 +9,3 @@
#include <cstdlib>
+#include <cstdint>
#include <cassert>
--- a/scintilla/src/ChangeHistory.cxx
+++ b/scintilla/src/ChangeHistory.cxx
@@ -9,2 +9,3 @@
#include <cstdlib>
+#include <cstdint>
#include <cassert>
--- a/scintilla/src/Decoration.cxx
+++ b/scintilla/src/Decoration.cxx
@@ -8,2 +8,3 @@
#include <cstdlib>
+#include <cstdint>
#include <cstring>
--- a/scintilla/src/Document.cxx
+++ b/scintilla/src/Document.cxx
@@ -9,2 +9,3 @@
#include <cstdlib>
+#include <cstdint>
#include <cassert>
--- a/scintilla/src/Indicator.cxx
+++ b/scintilla/src/Indicator.cxx
@@ -7,2 +7,3 @@
+#include <cstdint>
#include <cmath>
--- a/scintilla/src/KeyMap.cxx
+++ b/scintilla/src/KeyMap.cxx
@@ -8,2 +8,3 @@
#include <cstdlib>
+#include <cstdint>
--- a/scintilla/src/LineMarker.cxx
+++ b/scintilla/src/LineMarker.cxx
@@ -7,2 +7,3 @@
+#include <cstdint>
#include <cstring>
--- a/scintilla/src/PerLine.cxx
+++ b/scintilla/src/PerLine.cxx
@@ -8,2 +8,3 @@
#include <cstddef>
+#include <cstdint>
#include <cassert>
--- a/scintilla/src/Style.cxx
+++ b/scintilla/src/Style.cxx
@@ -7,2 +7,4 @@
+#include <cstdint>
+
#include <stdexcept>
--- a/scintilla/src/ViewStyle.cxx
+++ b/scintilla/src/ViewStyle.cxx
@@ -8,2 +8,3 @@
#include <cstddef>
+#include <cstdint>
#include <cassert>
--- a/scintilla/src/XPM.cxx
+++ b/scintilla/src/XPM.cxx
@@ -8,2 +8,3 @@
#include <cstdlib>
+#include <cstdint>
#include <cstring>

View File

@ -1,84 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature strip-linguas xdg
LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru si sk sl sr sv tr uk vi zh_CN ZH_TW"
NOSHORTLANGS="en_GB zh_CN zh_TW"
DESCRIPTION="GTK+ based fast and lightweight IDE"
HOMEPAGE="https://www.geany.org"
if [[ "${PV}" = 9999* ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/geany/geany.git"
else
[[ "${PV}" == *_pre* ]] && inherit autotools
SRC_URI="https://download.geany.org/${P}.tar.bz2"
KEYWORDS="amd64 arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
fi
LICENSE="GPL-2+ HPND"
SLOT="0"
IUSE="+vte"
BDEPEND="virtual/pkgconfig"
RDEPEND="
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.24:3
vte? ( x11-libs/vte:2.91 )
"
DEPEND="
${RDEPEND}
dev-util/intltool
sys-devel/gettext
"
PATCHES=( "${FILESDIR}/${P}-gcc15.patch" )
pkg_setup() {
strip-linguas ${LANGS}
}
src_prepare() {
xdg_environment_reset #588570
default
# Syntax highlighting for Portage
sed -i -e "s:*.sh;:*.sh;*.ebuild;*.eclass;:" \
data/filetype_extensions.conf || die
if [[ ${PV} = *_pre* ]] || [[ ${PV} = 9999* ]] ; then
eautoreconf
fi
}
src_configure() {
local myeconfargs=(
--disable-html-docs
--disable-pdf-docs
--disable-static
$(use_enable vte)
)
econf "${myeconfargs[@]}"
}
src_install() {
emake DESTDIR="${D}" install
find "${ED}" -type f \( -name '*.a' -o -name '*.la' \) -delete || die
}
pkg_preinst() {
xdg_pkg_preinst
}
pkg_postinst() {
xdg_pkg_postinst
optfeature "editing files outside the local filesystem" gnome-base/gvfs
}
pkg_postrm() {
xdg_pkg_postrm
}

View File

@ -1,87 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic optfeature strip-linguas xdg
LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru si sk sl sr sv tr uk vi zh_CN ZH_TW"
NOSHORTLANGS="en_GB zh_CN zh_TW"
DESCRIPTION="GTK+ based fast and lightweight IDE"
HOMEPAGE="https://www.geany.org"
if [[ "${PV}" = 9999* ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/geany/geany.git"
else
[[ "${PV}" == *_pre* ]] && inherit autotools
SRC_URI="https://download.geany.org/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="GPL-2+ HPND"
SLOT="0"
IUSE="+vte wayland X"
BDEPEND="virtual/pkgconfig"
RDEPEND="
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.24:3[wayland?,X?]
vte? ( x11-libs/vte:2.91 )
"
DEPEND="
${RDEPEND}
dev-util/intltool
sys-devel/gettext
"
PATCHES=( "${FILESDIR}/${P}-gcc15.patch" )
pkg_setup() {
strip-linguas ${LANGS}
}
src_prepare() {
xdg_environment_reset #588570
default
# Syntax highlighting for Portage
sed -i -e "s:*.sh;:*.sh;*.ebuild;*.eclass;:" \
data/filetype_extensions.conf || die
if [[ ${PV} = *_pre* ]] || [[ ${PV} = 9999* ]] ; then
eautoreconf
fi
}
src_configure() {
use X || append-cflags -DGENTOO_GTK_HIDE_X11
use wayland || append-flags -DGENTOO_GTK_HIDE_WAYLAND
local myeconfargs=(
--disable-html-docs
--disable-pdf-docs
--disable-static
$(use_enable vte)
)
econf "${myeconfargs[@]}"
}
src_install() {
emake DESTDIR="${D}" install
find "${ED}" -type f \( -name '*.a' -o -name '*.la' \) -delete || die
}
pkg_preinst() {
xdg_pkg_preinst
}
pkg_postinst() {
xdg_pkg_postinst
optfeature "editing files outside the local filesystem" gnome-base/gvfs
}
pkg_postrm() {
xdg_pkg_postrm
}