summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-04-04 09:43:45 -0700
committerMatt Turner <mattst88@gentoo.org>2017-04-04 09:45:02 -0700
commitacf50dc1d27baeec5ee0fc2c66d3b4a78ef866d9 (patch)
tree71136032e9758fb2aaa38cc72e06e2243bf32b98 /app-misc
parentmedia-gfx/ufraw: Drop unused patch (diff)
downloadgentoo-acf50dc1d27baeec5ee0fc2c66d3b4a78ef866d9.tar.gz
gentoo-acf50dc1d27baeec5ee0fc2c66d3b4a78ef866d9.tar.bz2
gentoo-acf50dc1d27baeec5ee0fc2c66d3b4a78ef866d9.zip
app-misc/ofl: Remove package
Bug: https://bugs.gentoo.org/445436
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/ofl/Manifest1
-rw-r--r--app-misc/ofl/metadata.xml8
-rw-r--r--app-misc/ofl/ofl-20110721.ebuild36
3 files changed, 0 insertions, 45 deletions
diff --git a/app-misc/ofl/Manifest b/app-misc/ofl/Manifest
deleted file mode 100644
index 8b00f18e65f3..000000000000
--- 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 9b7e7f9ba888..000000000000
--- 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>mattst88@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 ae77a01362e0..000000000000
--- 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
-}