summaryrefslogtreecommitdiff
path: root/app-editors/jupp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-editors/jupp
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-editors/jupp')
-rw-r--r--app-editors/jupp/Manifest1
-rw-r--r--app-editors/jupp/jupp-3.1_p41-r1.ebuild31
-rw-r--r--app-editors/jupp/metadata.xml9
3 files changed, 0 insertions, 41 deletions
diff --git a/app-editors/jupp/Manifest b/app-editors/jupp/Manifest
deleted file mode 100644
index 0576e0b0fe59..000000000000
--- a/app-editors/jupp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST joe-3.1jupp41.tgz 505002 BLAKE2B 4b354bb2643896b68dc6f270ee7a030703e168b9e8b98ab537878a53b00faad6809ff48eb9c24fa68a0d6e436222f745eef69290e803c1fcace5e6ca0278a6c9 SHA512 9a07946984b64fff4ad8174f9fa437073543cd6af357caf9674571ed787709b3cc2b16fd571d7b8b50b8bb9c7e7bf49dff010d162b76324818be130ab37e06cf
diff --git a/app-editors/jupp/jupp-3.1_p41-r1.ebuild b/app-editors/jupp/jupp-3.1_p41-r1.ebuild
deleted file mode 100644
index 4c1d5bab903f..000000000000
--- a/app-editors/jupp/jupp-3.1_p41-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-DESCRIPTION="Portable version of Joe's Own Editor"
-HOMEPAGE="http://www.mirbsd.org/jupp.htm"
-SRC_URI="http://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/jupp}.tgz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ncurses selinux"
-
-DEPEND="ncurses? ( sys-libs/ncurses:0= )
- selinux? ( sys-libs/libselinux )"
-RDEPEND="!app-editors/joe
- ${DEPEND}"
-
-DOCS="HINTS INFO LIST NEWS README TODO"
-
-src_configure() {
- chmod +x configure || die
- econf \
- --enable-search_libs \
- --enable-termcap \
- $(use_enable ncurses curses) \
- $(use_enable selinux) \
- CFLAGS="-std=gnu17 ${CFLAGS}"
-}
diff --git a/app-editors/jupp/metadata.xml b/app-editors/jupp/metadata.xml
deleted file mode 100644
index 38d800b183bc..000000000000
--- a/app-editors/jupp/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>emacs@gentoo.org</email>
- <name>Gentoo Emacs project</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>