commit: ec52f3cc02c31fd48466ea2c111d22ca5c4a3a86 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 20 04:38:54 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 20 05:02:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec52f3cc
gui-apps/railway: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> gui-apps/railway/Manifest | 2 - gui-apps/railway/railway-2.7.3.ebuild | 78 ----------------------------------- 2 files changed, 80 deletions(-) diff --git a/gui-apps/railway/Manifest b/gui-apps/railway/Manifest index d6629f8758c1..739146f2acd1 100644 --- a/gui-apps/railway/Manifest +++ b/gui-apps/railway/Manifest @@ -1,4 +1,2 @@ -DIST railway-2.7.3-crates.tar.xz 31293976 BLAKE2B 1f26fce052e7114456831e67ab56cb479b0dd5db42f5d33475ff706684e35b6d8a91e1267f65d1922923b446d1c0c82d2b2ad45c9266b49148aacbded53d1dc8 SHA512 d86b7806fa6e0a881614da30828597398cc95fa3678abe0a6f715bd9425c5a9058b9619facbc22b174044893c2bf3fb3bc70694a00a9bcd6da341419899f72ea -DIST railway-2.7.3.tar.bz2 317842 BLAKE2B 7f97e6223f30f8562ce8b83137986cd448133315a2114e0c7b7f2ca388678aab76262d6d94ddd3fe5d8dff6717fee0fdd427c7b05b1ae72f121634e3cc660e18 SHA512 58a19d49da95d5ffc1d3513156c361717b230488362ac107a234eb5299a18212a2804ea6a7c3c7584bb6c165e9b467f2af7e23ac27f0123b8d88c57b215d74ae DIST railway-2.8.1-crates.tar.xz 31734612 BLAKE2B 405f4923a266b726a1358d7688ca3e77ffbc21820274fa27f0bbefa42bc210112e58df0135e43bf727f2d766d9f0600f08f886cd81a87cb63dc6615c19db8422 SHA512 ded8ea76d0ee2cae54af1f979d990c8d4cfa0be530c2295bc62f8fbe0e9e97398fd666cddcdafbf2e0c36ae1e22bfb691804c3fc2f387d00257dd6402dac33bd DIST railway-2.8.1.tar.bz2 344269 BLAKE2B 0061fe89fe78d9f8f5148c862b3504b6d876b675d62b65f3db9e3e15a4a1f8011b278252201b37fd86f1ce28aec8c64b6bcdbc7ce6bd6321670eaacb7a7cc132 SHA512 ac7bc27da100654d82e0525522762ea81ca505ce0b35c8c80b3b75e377607482825c946f0d3a318701b0e0a9bea095e8722c2140f27e9e019ae1c08ce46e3f14 diff --git a/gui-apps/railway/railway-2.7.3.ebuild b/gui-apps/railway/railway-2.7.3.ebuild deleted file mode 100644 index c608cf0df31b..000000000000 --- a/gui-apps/railway/railway-2.7.3.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" -" - -inherit cargo gnome2-utils meson xdg-utils - -DESCRIPTION="Travel with all your train information in one place" -HOMEPAGE=" - https://mobile.schmidhuberj.de/railway/ - https://gitlab.com/schmiddi-on-mobile/railway/ -" -SRC_URI=" - https://gitlab.com/schmiddi-on-mobile/railway/-/archive/${PV}/${P}.tar.bz2 - ${CARGO_CRATE_URIS} -" -if [[ ${PKGBUMPING} != ${PVR} ]]; then - SRC_URI+=" - https://github.com/gentoo-crate-dist/railway/releases/download/${PV}/${P}-crates.tar.xz - " -fi - -LICENSE="GPL-3+" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT Unicode-3.0 - || ( AGPL-3+ EUPL-1.2 ) -" -# ring -LICENSE+=" openssl" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - >=dev-libs/glib-2.66 - dev-libs/openssl:= - >=gui-libs/gtk-4.14:4 - >=gui-libs/libadwaita-1.6.0 - media-libs/graphene -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-libs/glib - dev-util/blueprint-compiler - sys-devel/gettext -" - -BUILD_DIR=${S}/build -ECARGO_HOME=${BUILD_DIR}/cargo-home - -QA_PREBUILT=usr/bin/diebahn - -src_prepare() { - default - - sed -e "s:get_option('profile.*:$(usex debug false true):" \ - -i src/meson.build || die -} - -src_install() { - meson_src_install - dosym diebahn /usr/bin/railway -} - -pkg_postinst() { - gnome2_schemas_update - xdg_icon_cache_update -} - -pkg_postrm() { - gnome2_schemas_update - xdg_icon_cache_update -}
