summaryrefslogtreecommitdiff
path: root/app-emulation/gxemul
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emulation/gxemul
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-emulation/gxemul')
-rw-r--r--app-emulation/gxemul/Manifest2
-rw-r--r--app-emulation/gxemul/files/gxemul-0.6.0-gcc46.patch16
-rw-r--r--app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch21
-rw-r--r--app-emulation/gxemul/gxemul-0.6.3.1.ebuild49
-rw-r--r--app-emulation/gxemul/gxemul-0.7.0.ebuild45
-rw-r--r--app-emulation/gxemul/metadata.xml15
6 files changed, 0 insertions, 148 deletions
diff --git a/app-emulation/gxemul/Manifest b/app-emulation/gxemul/Manifest
deleted file mode 100644
index b836f6c430e7..000000000000
--- a/app-emulation/gxemul/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gxemul-0.6.3.1.tar.gz 6144125 BLAKE2B 080f9c0d5ff333bdd782a44cd34abe6cb658efbeed8e68ea7d9f7c3323030b8755f0555cdedaf6531e7d5024f07474de9664ec8537f0b70beffac8ec95d4dd26 SHA512 b750a53c764245d2c02147beefdac4f44f1e6bad0f390a2300b3907b312d59a41fa8f6de612494627366f1787e49174acfc9113263901af878fab8e925b0645e
-DIST gxemul-0.7.0.tar.gz 5985021 BLAKE2B 39059af5caab82c4435d1cdcf1d3cfb66a11cd9042a5214a4fc0ed6f7611284919ce85812c8ba896989279756d2c9b2c020abd9b66467c3a7ecd8c5a4cb59102 SHA512 d977342843e903aedd9dcdf6fdab81ceb5ee1552bf3b90deb77eb59b42e5fad3a65f216ce33cf33259372ff9a10af5b1365827de949f0c61fb9859b417972c71
diff --git a/app-emulation/gxemul/files/gxemul-0.6.0-gcc46.patch b/app-emulation/gxemul/files/gxemul-0.6.0-gcc46.patch
deleted file mode 100644
index eb0ce26b6e1c..000000000000
--- a/app-emulation/gxemul/files/gxemul-0.6.0-gcc46.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- src/include/refcount_ptr.h | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/src/include/refcount_ptr.h b/src/include/refcount_ptr.h
-index 4645769..ebabd58 100644
---- a/src/include/refcount_ptr.h
-+++ b/src/include/refcount_ptr.h
-@@ -1,6 +1,8 @@
- #ifndef REFCOUNT_PTR_H
- #define REFCOUNT_PTR_H
-
-+#include <stddef.h>
-+
- /*
- * Copyright (C) 2007-2010 Anders Gavare. All rights reserved.
- *
diff --git a/app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch b/app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch
deleted file mode 100644
index ea0a20cba061..000000000000
--- a/app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-We already have pre-generated docs. Don't bother looking for Doxygen.
-----
-diff --git a/configure b/configure
-index c366701..3895d4f 100755
---- a/configure
-+++ b/configure
-@@ -1106,13 +1106,7 @@ rm -f _test_end*
-
- printf "checking for Doxygen... "
-
--if (doxygen --version); then
-- # Version is printed, if found.
-- DOXYGEN=doxygen
--else
-- # Not found is already printed, if doxygen is not found.
-- DOXYGEN="\#"
--fi
-+DOXYGEN="\#"
-
-
- ###############################################################################
diff --git a/app-emulation/gxemul/gxemul-0.6.3.1.ebuild b/app-emulation/gxemul/gxemul-0.6.3.1.ebuild
deleted file mode 100644
index aeb15b0df272..000000000000
--- a/app-emulation/gxemul/gxemul-0.6.3.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types"
-HOMEPAGE="http://gxemul.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/project/gxemul/GXemul/${PV}/${P}.tar.gz"
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
-IUSE="debug X"
-
-RDEPEND="X? ( x11-libs/libX11 )"
-DEPEND="
- ${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-DOCS=( HISTORY README )
-HTML_DOCS=( doc/. )
-PATCHES=(
- "${FILESDIR}"/${PN}-0.6.0-gcc46.patch
- "${FILESDIR}"/${PN}-0.6.0-no-doxygen.patch
-)
-
-src_prepare() {
- default
- sed -i configure -e 's|-O3||g' || die
-}
-
-src_configure() {
- tc-export CC CXX
- # no autotools
- local myconfargs=(
- --disable-valgrind
- $(use debug && echo --debug)
- $(use X || echo --disable-x)
- )
- ./configure "${myconfargs[@]}" || die
-}
-
-src_install() {
- dobin ${PN}
- doman man/${PN}.1
- einstalldocs
-}
diff --git a/app-emulation/gxemul/gxemul-0.7.0.ebuild b/app-emulation/gxemul/gxemul-0.7.0.ebuild
deleted file mode 100644
index 5d5e9d9eaf9d..000000000000
--- a/app-emulation/gxemul/gxemul-0.7.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types"
-HOMEPAGE="http://gxemul.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/project/gxemul/GXemul/${PV}/${P}.tar.gz"
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
-IUSE="debug X"
-
-RDEPEND="X? ( x11-libs/libX11 )"
-DEPEND="
- ${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-DOCS=( HISTORY README )
-HTML_DOCS=( doc/. )
-
-src_prepare() {
- default
- append-cflags -fgnu89-inline
- sed -i configure -e 's|-O3||g' || die
-}
-
-src_configure() {
- tc-export CC CXX
- # no autotools
- local myconfargs=(
- $(use debug && echo --debug)
- $(use X || echo --disable-x)
- )
- ./configure "${myconfargs[@]}" || die
-}
-
-src_install() {
- dobin ${PN}
- doman man/${PN}.1
- einstalldocs
-}
diff --git a/app-emulation/gxemul/metadata.xml b/app-emulation/gxemul/metadata.xml
deleted file mode 100644
index 1c19fa4b5176..000000000000
--- a/app-emulation/gxemul/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Machine Emulator.
- Supports emulation across several architectures.
- Primarily for MIPS support, but other platform support coming soon.
- </longdescription>
- <upstream>
- <changelog>https://gavare.se/gxemul/gxemul-stable/doc/RELEASE.html</changelog>
- <doc>https://gavare.se/gxemul/gxemul-stable/doc/</doc>
- <remote-id type="sourceforge">gxemul</remote-id>
- </upstream>
-</pkgmetadata>