diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /games-util/dfarc | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'games-util/dfarc')
| -rw-r--r-- | games-util/dfarc/Manifest | 1 | ||||
| -rw-r--r-- | games-util/dfarc/dfarc-3.14-r2.ebuild | 43 | ||||
| -rw-r--r-- | games-util/dfarc/files/dfarc-3.12-nowindres.patch | 18 | ||||
| -rw-r--r-- | games-util/dfarc/files/dfarc-3.14-wxString.patch | 12 | ||||
| -rw-r--r-- | games-util/dfarc/metadata.xml | 8 |
5 files changed, 0 insertions, 82 deletions
diff --git a/games-util/dfarc/Manifest b/games-util/dfarc/Manifest deleted file mode 100644 index c361167527a0..000000000000 --- a/games-util/dfarc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dfarc-3.14.tar.gz 336910 BLAKE2B 50f0ad1af2d91a562ba6a7b1e0e5e1821c900fe8ab3cf48f3585ca10ea12d9f7e3125ae85bc2e31c1539bf13d5a950e30a467b05259a7df6e2bda35544820933 SHA512 536c1cb5d1c8bf7012920e39d69fafbb790da78acb89a18f8ab1a3ad985220c74da61adda238e39395b4d7fd8fc62894fb5579691b744fe17600a8fccabc3c13 diff --git a/games-util/dfarc/dfarc-3.14-r2.ebuild b/games-util/dfarc/dfarc-3.14-r2.ebuild deleted file mode 100644 index 784740eea5e3..000000000000 --- a/games-util/dfarc/dfarc-3.14-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" -inherit wxwidgets xdg - -DESCRIPTION="Frontend and .dmod installer for GNU FreeDink" -HOMEPAGE="http://www.gnu.org/software/freedink/" -SRC_URI="mirror://gnu/freedink/${P}.tar.gz" - -LICENSE="GPL-3 BZIP2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=" - app-arch/bzip2 - x11-misc/xdg-utils - x11-libs/wxGTK:${WX_GTK_VER}=[X] -" -DEPEND="${RDEPEND}" -BDEPEND="nls? ( dev-util/intltool )" - -PATCHES=( - "${FILESDIR}"/${PN}-3.12-nowindres.patch - # From OpenSuSE - "${FILESDIR}"/${P}-wxString.patch -) - -src_configure() { - setup-wxwidgets - econf \ - $(use_enable nls) \ - --disable-desktopfiles \ - --with-wx-config="${WX_CONFIG}" -} - -src_install() { - default - dodoc TRANSLATIONS.txt -} diff --git a/games-util/dfarc/files/dfarc-3.12-nowindres.patch b/games-util/dfarc/files/dfarc-3.12-nowindres.patch deleted file mode 100644 index 9c4a74e52592..000000000000 --- a/games-util/dfarc/files/dfarc-3.12-nowindres.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -100,7 +100,6 @@ - Package.$(OBJEXT) RecursiveDelete.$(OBJEXT) Tar.$(OBJEXT) \ - DFArcFrame_Base.$(OBJEXT) Options_Base.$(OBJEXT) \ - Package_Base.$(OBJEXT) InstallVerifyFrame_Base.$(OBJEXT) --@HAVE_WINDRES_TRUE@nodist_dfarc_OBJECTS = woeres.$(OBJEXT) - dfarc_OBJECTS = $(am_dfarc_OBJECTS) $(nodist_dfarc_OBJECTS) - dfarc_LDADD = $(LDADD) - AM_V_P = $(am__v_P_@AM_V@) -@@ -346,7 +345,6 @@ - InstallVerifyFrame_Base.wxg dink.ico - - # How do we handle resources embedded in the executable binary? --@HAVE_WINDRES_TRUE@nodist_dfarc_SOURCES = woeres.rc - all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - diff --git a/games-util/dfarc/files/dfarc-3.14-wxString.patch b/games-util/dfarc/files/dfarc-3.14-wxString.patch deleted file mode 100644 index 9eb7bd3ddffe..000000000000 --- a/games-util/dfarc/files/dfarc-3.14-wxString.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur dfarc-3.14/src/Tar.cpp new/src/Tar.cpp ---- dfarc-3.14/src/Tar.cpp 2018-06-05 23:18:34.000000000 +0200 -+++ new/src/Tar.cpp 2019-02-02 02:41:40.128841786 +0100 -@@ -610,7 +610,7 @@ - if (lLastCharacter != '\\' && lLastCharacter != '/') - { - // Open the file. -- std::ostream* lStreamOut = ostream_open_unicode(lCurrentFilePath); -+ std::ostream* lStreamOut = ostream_open_unicode(lCurrentFilePath.mb_str()); - if (!lStreamOut->good()) - { - wxLogError(_("Error: Improperly archived file '%s'. Skipping."), lCurrentFilePath); diff --git a/games-util/dfarc/metadata.xml b/games-util/dfarc/metadata.xml deleted file mode 100644 index 7c730d47817a..000000000000 --- a/games-util/dfarc/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> -</pkgmetadata> |
