summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-29 17:35:43 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-29 17:38:15 -0500
commit82c2b0fe935775bf288dd755cb926f001d9684bf (patch)
tree021ce6826dbff3cfa1bd8b58aa21ef3d14ffd303 /sys-devel
parentdev-embedded/gnap-{dev,ext}: drop last-rited pkgs (diff)
downloadgentoo-82c2b0fe935775bf288dd755cb926f001d9684bf.tar.gz
gentoo-82c2b0fe935775bf288dd755cb926f001d9684bf.tar.bz2
gentoo-82c2b0fe935775bf288dd755cb926f001d9684bf.zip
sys-devel/systemd-m4: drop last-rited pkg
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/systemd-m4/metadata.xml16
-rw-r--r--sys-devel/systemd-m4/systemd-m4-9999.ebuild27
2 files changed, 0 insertions, 43 deletions
diff --git a/sys-devel/systemd-m4/metadata.xml b/sys-devel/systemd-m4/metadata.xml
deleted file mode 100644
index 8dd60d9fa05a..000000000000
--- a/sys-devel/systemd-m4/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <bugs-to>https://bitbucket.org/mgorny/systemd-m4/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/systemd-m4</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sys-devel/systemd-m4/systemd-m4-9999.ebuild b/sys-devel/systemd-m4/systemd-m4-9999.ebuild
deleted file mode 100644
index 3c2306e59171..000000000000
--- a/sys-devel/systemd-m4/systemd-m4-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-
-inherit git-r3
-#endif
-
-inherit autotools-utils
-
-DESCRIPTION="autoconf macros for packages using systemd"
-HOMEPAGE="https://bitbucket.org/mgorny/systemd-m4/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-#endif