summaryrefslogtreecommitdiff
path: root/app-emacs/posframe
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-02 19:44:07 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-02 19:44:07 -0500
commit8546e3365180cb1a13f676f9faf3502245c941af (patch)
treebb5a3dac6f41d14360761ee0b66c3c17e2058d81 /app-emacs/posframe
parent7373c831163179e4d958ea13c926cf51f70526b8 (diff)
downloadebuilds-8546e3365180cb1a13f676f9faf3502245c941af.tar.gz
Removed unused ebuilds for now
Diffstat (limited to 'app-emacs/posframe')
-rw-r--r--app-emacs/posframe/Manifest1
-rw-r--r--app-emacs/posframe/files/50posframe-gentoo.el2
-rw-r--r--app-emacs/posframe/metadata.xml16
-rw-r--r--app-emacs/posframe/posframe-1.0.4.ebuild31
4 files changed, 0 insertions, 50 deletions
diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest
deleted file mode 100644
index b5d6d4f..0000000
--- a/app-emacs/posframe/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST posframe-1.0.4.tar.gz 78614 BLAKE2B 324c44a34301e9a5a4a7e8f55981de9b74484d4725305d4904a2528fc421d5920a8c1f2098b99dcca927cfa4723cbd115d112d6dc6fd3fca3dbac5783208b206 SHA512 a3b092ba59afe7d11b9664f7ce0719d252d013240506034e2069a976315bc72c66b99f6bfd3b6fb80dae4c049da3188cc14004fd423e06fff81451c4be67e1e5
diff --git a/app-emacs/posframe/files/50posframe-gentoo.el b/app-emacs/posframe/files/50posframe-gentoo.el
deleted file mode 100644
index f33edfa..0000000
--- a/app-emacs/posframe/files/50posframe-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/posframe-autoload.el" nil t)
diff --git a/app-emacs/posframe/metadata.xml b/app-emacs/posframe/metadata.xml
deleted file mode 100644
index b7e1d86..0000000
--- a/app-emacs/posframe/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>jturner.usa+gentoo@gmail.com</email>
- <name>John Turner</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="github">tumashu/posframe</remote-id>
- <doc>https://github.com/tumashu/posframe/blob/master/README.org</doc>
- </upstream>
-</pkgmetadata>
diff --git a/app-emacs/posframe/posframe-1.0.4.ebuild b/app-emacs/posframe/posframe-1.0.4.ebuild
deleted file mode 100644
index 7d7e419..0000000
--- a/app-emacs/posframe/posframe-1.0.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="27"
-
-inherit elisp
-
-DESCRIPTION="Pop a postframe at point"
-# The latest github release is out of date with the actual release.
-# This snapshot is what melpa stable currently targets.
-MY_COMMIT="74f06b77deeb770cd0a96977b1e6bdedb682487a"
-HOMEPAGE="https://github.com/tumashu/posframe"
-SRC_URI="https://github.com/tumashu/posframe/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=app-editors/emacs-27[gtk]"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_REMOVE="posframe-benchmark.el"
-DOCS=( README.org )
-
-src_compile() {
- elisp-make-autoload-file "${S}/${PN}-autoload.el" "${S}/"
- elisp_src_compile
-}