commit:     acf50dc1d27baeec5ee0fc2c66d3b4a78ef866d9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 16:43:45 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 16:45:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf50dc1

app-misc/ofl: Remove package

Bug: https://bugs.gentoo.org/445436

 app-misc/ofl/Manifest            |  1 -
 app-misc/ofl/metadata.xml        |  8 --------
 app-misc/ofl/ofl-20110721.ebuild | 36 ------------------------------------
 3 files changed, 45 deletions(-)

diff --git a/app-misc/ofl/Manifest b/app-misc/ofl/Manifest
deleted file mode 100644
index 8b00f18e65f..00000000000
--- a/app-misc/ofl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hxtools-20110721.tar.xz 270020 SHA256 
5f5642c75f94b207fa32088bdf73429a6b447af2a81b139d977435fbb2c32eed SHA512 
e3dcd6b1add6824ee38ed140a6c422315afc7cec5ebd352c684c506ef25638885393b2dff3582c317862a6ae8de97105abf95b3fc16832d3247f93b2c7283c26
 WHIRLPOOL 
0c36c7b3c618ef3c51a0dec926536f2a8d07259108f99dde265a4032b802331b4f98f1682d184ea68cb38c127157b72dbdf5df06c2967352dd1488c1f8a6e250

diff --git a/app-misc/ofl/metadata.xml b/app-misc/ofl/metadata.xml
deleted file mode 100644
index 9b7e7f9ba88..00000000000
--- a/app-misc/ofl/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
- <email>matts...@gentoo.org</email>
- <name>Matt Turner</name>
-</maintainer>
-</pkgmetadata>

diff --git a/app-misc/ofl/ofl-20110721.ebuild b/app-misc/ofl/ofl-20110721.ebuild
deleted file mode 100644
index ae77a01362e..00000000000
--- a/app-misc/ofl/ofl-20110721.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="Open file lister (replaces fuser and lsof -m)"
-HOMEPAGE="http://jengelh.medozas.de/projects/hxtools/";
-SRC_URI="http://jftp.medozas.de/hxtools/hxtools-${PV}.tar.xz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=sys-libs/libhx-3.4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/hxtools-${PV}
-
-src_configure() {
-       # We're just building a single utility. Don't bother
-       # with the build system.
-       :
-}
-
-src_compile() {
-       CC=$(tc-getCC) CFLAGS=${CFLAGS} LDLIBS="-lHX" \
-               emake V=1 -C sadmin ofl
-}
-
-src_install() {
-       dobin sadmin/ofl
-       doman doc/ofl.1
-}

Reply via email to