commit:     538b0a2d3043dcc275cf23407b26fb36d5633e84
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Tue Jan 28 19:28:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 16:35:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538b0a2d

dev-util/geany: drop 1.38

Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/geany/Manifest          |  1 -
 dev-util/geany/geany-1.38.ebuild | 80 ----------------------------------------
 2 files changed, 81 deletions(-)

diff --git a/dev-util/geany/Manifest b/dev-util/geany/Manifest
index 4dac84fa7c44..76002d16e6cd 100644
--- a/dev-util/geany/Manifest
+++ b/dev-util/geany/Manifest
@@ -1,2 +1 @@
-DIST geany-1.38.tar.bz2 4860717 BLAKE2B 
3dda3a7454f96be18de95f8dfeb7a6ee2627ffe370879fa3ee7aee851e21fa46076de6b9741b6e83af94b66afa245a0f69237db4582858bc40f819d8a3c78e6e
 SHA512 
5aff0643d0d9e667d0fb526e9c8426cb80c89decf92110683086c2a7a18e0d3d55ab514fdd68aa0c4431c98ae0c4685607b49c620525184c89e21b26fca06699
 DIST geany-2.0.tar.bz2 6836300 BLAKE2B 
9a810827c3c8e5156329ec2e693d7181183d341ea74b5cbca940904912004e09b1ac0307710d2a6bec76c3c4b3e08c0a5231ffe5e65ba1234b33900192703d1a
 SHA512 
443b64fc09501a95241340a6ee582810a3fddb033ef06c1a42d530625921a871a5183b575d73a858fa98b040651c4308a273272cb735753e969fd1270170b87d

diff --git a/dev-util/geany/geany-1.38.ebuild b/dev-util/geany/geany-1.38.ebuild
deleted file mode 100644
index e41079ad515e..000000000000
--- a/dev-util/geany/geany-1.38.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit 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 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="~alpha 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.0:3
-       vte? ( x11-libs/vte:2.91 )
-"
-DEPEND="
-       ${RDEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-"
-
-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
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-}

Reply via email to