public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/pasm/files/, profiles/, dev-lang/pasm/
@ 2019-09-14 15:48 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-09-14 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f8d04e3a55e6ae2d8448525a5c9fe9cdcfde7585
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 15:47:48 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 15:47:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d04e3a

dev-lang/pasm: Remove last-rited pkg

Closes: https://bugs.gentoo.org/692202
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/pasm/Manifest                 |  1 -
 dev-lang/pasm/files/pasm-1.7-ppc.patch | 29 -----------------------------
 dev-lang/pasm/metadata.xml             | 13 -------------
 dev-lang/pasm/pasm-1.7.ebuild          | 30 ------------------------------
 profiles/package.mask                  |  7 -------
 5 files changed, 80 deletions(-)

diff --git a/dev-lang/pasm/Manifest b/dev-lang/pasm/Manifest
deleted file mode 100644
index d6025892338..00000000000
--- a/dev-lang/pasm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pasm-1.7.tar.gz 82136 BLAKE2B d9aa8ab23eb184ca00b416d172b86c4c4aad0e12eea3ff92979c4570ebcf04306b8030f81524952f62f2221d25384db13d208dd22fb98105b7edd55587537a54 SHA512 313e4ad694704ad59619c46353c53ef9bd5529b6c9faee5cc6124dd0175f7b5a87268d2c26045f0639a0002311828b227915f30e697f8adedcd4256774674283

diff --git a/dev-lang/pasm/files/pasm-1.7-ppc.patch b/dev-lang/pasm/files/pasm-1.7-ppc.patch
deleted file mode 100644
index 24ff8056b93..00000000000
--- a/dev-lang/pasm/files/pasm-1.7-ppc.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Naur pasm-1.6c.orig/Makefile pasm-1.6c/Makefile
---- pasm-1.6c.orig/Makefile	2001-05-14 18:06:01.000000000 +0200
-+++ pasm-1.6c/Makefile	2004-02-28 16:19:21.000000000 +0100
-@@ -14,9 +14,9 @@
- 
- # Unix
- CC = gcc
--COPTS = -O2 -fomit-frame-pointer -DIrix53 -DOFMT_DEFAULT=OFMT_ELF
-+COPTS = $(CFLAGS) -DLinuxPPC -DOFMT_DEFAULT=OFMT_ELF
- CLIBS = -lm
--DIR = Irix5.3
-+DIR = LinuxPPC
- 
- 
- PPCobj = $(DIR)/main.o $(DIR)/support.o $(DIR)/pass.o $(DIR)/eval.o \
-diff -Naur pasm-1.6c.orig/ppcasm.h pasm-1.6c/ppcasm.h
---- pasm-1.6c.orig/ppcasm.h	2003-11-01 13:49:29.000000000 +0100
-+++ pasm-1.6c/ppcasm.h	2004-02-28 16:16:38.000000000 +0100
-@@ -162,6 +162,10 @@
- #define MACHINE "Linux/Alpha"
- #define LITTLEENDIAN
- #define TYPES64BIT
-+#elif defined (LinuxPPC)
-+#define MACHINE "Linux/PPC"
-+#define BIGENDIAN
-+#define STDTYPES
- #elif defined (Wintel)  /* jab */
- #define MACHINE "Wintel"
- #define LITTLEENDIAN

diff --git a/dev-lang/pasm/metadata.xml b/dev-lang/pasm/metadata.xml
deleted file mode 100644
index da6813c4e7f..00000000000
--- a/dev-lang/pasm/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<longdescription>
-		pasm is a portable assembler for processors of the PowerPC family,
-		written completely in ANSI-C. All PPC standard instructions, AltiVec
-		instructions, all 32-bit extended mnemonics and most of the 64-bit
-		extended mnemonics are supported. pasm knows about nearly 50 directives.
-		Among them are directives for macros, conditional assembly,
-		include files, base-relative addressing (small data), etc..
-	</longdescription>
-</pkgmetadata>

diff --git a/dev-lang/pasm/pasm-1.7.ebuild b/dev-lang/pasm/pasm-1.7.ebuild
deleted file mode 100644
index f6c98702e94..00000000000
--- a/dev-lang/pasm/pasm-1.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="A portable assembler for processors of the PowerPC family"
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.gz"
-HOMEPAGE="http://sun.hasenbraten.de/~frank/projects/"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~ppc ~ppc-macos"
-
-src_unpack() {
-	mkdir -p "${S}"/LinuxPPC
-	cd "${S}"
-	unpack ${A}
-	epatch "${FILESDIR}/${P}-ppc.patch"
-}
-
-src_compile() {
-	emake || die "Compilation failed"
-}
-
-src_install () {
-	dobin pasm || die "Failed to install pasm binary"
-	dodoc pasm.doc || die "Failed to install pasm documentation"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index abf49053be6..e190412b128 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1102,13 +1102,6 @@ net-misc/openrdate
 # Lots of new versions upstream. Removal in 30 days.
 dev-embedded/bitbake
 
-# Michał Górny <mgorny@gentoo.org> (2019-08-15)
-# Unmaintained, PPC-only.  The Gentoo version is outdated, ebuild
-# is still EAPI=0 and has QA violations.  Last upstream release in 2009,
-# declared EOL since then.
-# Removal in 30 days.  Bug #692202.
-dev-lang/pasm
-
 # Mike Gilbert <floppym@gentoo.org> (2019-08-13)
 # Dev channel releases are only for people who
 # are developers or want more experimental features


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-14 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-14 15:48 [gentoo-commits] repo/gentoo:master commit in: dev-lang/pasm/files/, profiles/, dev-lang/pasm/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox