commit: 06a7989873d1cad69b67c5c75170ebf625444bd7 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 14:15:23 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 17:43:26 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a79898
sci-chemistry/gperiodic: drop 3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-chemistry/gperiodic/gperiodic-3.0.3.ebuild | 45 -------------------------- 1 file changed, 45 deletions(-) diff --git a/sci-chemistry/gperiodic/gperiodic-3.0.3.ebuild b/sci-chemistry/gperiodic/gperiodic-3.0.3.ebuild deleted file mode 100644 index 15197451cfeb..000000000000 --- a/sci-chemistry/gperiodic/gperiodic-3.0.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs xdg-utils - -DESCRIPTION="Periodic table application for Linux" -HOMEPAGE="https://sourceforge.net/projects/gperiodic/" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="nls" - -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext )" -RDEPEND=" - sys-libs/ncurses:0 - x11-libs/gtk+:2 - x11-libs/cairo[X]" -DEPEND="${RDEPEND}" - -src_compile() { - emake \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - CC="$(tc-getCC)" "enable_nls=$(usex nls 1 0)" -} - -src_install() { - emake DESTDIR="${D}" "enable_nls=$(usex nls 1 0)" install - dodoc AUTHORS ChangeLog README - newdoc po/README README.translation -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}
