diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /games-arcade/openbubbles | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'games-arcade/openbubbles')
| -rw-r--r-- | games-arcade/openbubbles/Manifest | 1 | ||||
| -rw-r--r-- | games-arcade/openbubbles/files/openbubbles-1.2-glibc2.10.patch | 20 | ||||
| -rw-r--r-- | games-arcade/openbubbles/metadata.xml | 22 | ||||
| -rw-r--r-- | games-arcade/openbubbles/openbubbles-1.2-r1.ebuild | 27 |
4 files changed, 0 insertions, 70 deletions
diff --git a/games-arcade/openbubbles/Manifest b/games-arcade/openbubbles/Manifest deleted file mode 100644 index 72b8b6aa051a..000000000000 --- a/games-arcade/openbubbles/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openbubbles-1.2.tar.bz2 1090220 BLAKE2B 8ff4a8b877f2834aded15cf3f60706485f0c9534036ea008b74628185af6035769cba3589b54b24f8fa62fc1397944bbe1b0ad55fef01e0f5471696634a05c4c SHA512 fe546f12e6d045cb37f4c9f88dd42fc627d614933525066bd3eb867e5d8732f2f23fe117ff1a444fc3c33d471ae51099c865d9082134e0e8a051ce8a3df58244 diff --git a/games-arcade/openbubbles/files/openbubbles-1.2-glibc2.10.patch b/games-arcade/openbubbles/files/openbubbles-1.2-glibc2.10.patch deleted file mode 100644 index df2bcebc58b8..000000000000 --- a/games-arcade/openbubbles/files/openbubbles-1.2-glibc2.10.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/BFont.cpp -+++ b/src/BFont.cpp -@@ -319,7 +319,7 @@ - int i = 0;
-
- /* Calculate the space occupied by the text without spaces */
-- while ((p=strchr(&text[pos+1],SPACE)) != NULL) {
-+ while ((p=strchr((char *)&text[pos+1],SPACE)) != NULL) {
- i++;
- pos = p - text;
- }
-@@ -359,7 +359,7 @@ - xpos=0;
- pos = -1;
- while ( spaces > 0 ) {
-- p = strstr(&text[pos+1]," ");
-+ p = strstr((char *)&text[pos+1]," ");
- strtmp = NULL;
- strtmp = (char *) calloc ((p - &text[pos+1]) + 1,sizeof(char));
- if (strtmp != NULL)
diff --git a/games-arcade/openbubbles/metadata.xml b/games-arcade/openbubbles/metadata.xml deleted file mode 100644 index c784e12f82f5..000000000000 --- a/games-arcade/openbubbles/metadata.xml +++ /dev/null @@ -1,22 +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> -<longdescription lang="en"> -This is a clone of Evan Bailey's game Bubbles. Why did I reinvent the wheel? In -this case, the wheel is made in Game Maker, so anyone who wants to do any -serious programming would not be able to unless they A) ran Windows and B) ran a -program that doesn't give the user very great power. OpenBubbles is written in -C++ using SDL, so the programmer has some pretty powerful tools at his/her -disposal; in addition, because SDL is cross-platform, OpenBubbles can be ported -to any (major) platform, including Windows. Of course, I only run Unix, so I -will only be producing Unix source code. Though it was a relatively minor issue, -Evan's license is only semi-free because it doesn't permit commercial use of the -source code. Now, you are free to make as much money as you want off of -improvements of OpenBubbles (provided, of course, that you share them with me -and everyone else under the GPL, too). -</longdescription> -</pkgmetadata> diff --git a/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild b/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild deleted file mode 100644 index 621fcba7e7ab..000000000000 --- a/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop - -DESCRIPTION="Clone of Evan Bailey's game Bubbles" -HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/" -SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" - -DEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-image[png] - media-libs/sdl-gfx" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-glibc2.10.patch ) - -src_install() { - default - newicon data/bubble.png ${PN}.png - make_desktop_entry ${PN} "OpenBubbles" -} |
