summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-11-01 21:36:44 +0100
committerMichał Górny <mgorny@gentoo.org>2018-11-01 21:36:44 +0100
commit8befe547511b88404d8a6afa719626effa7c9fcb (patch)
treef3e63858890d1f40c759f90d6f28b961f111169f
parentsci-libs/libh2oboost: Remove old live ebuild (diff)
downloadmgorny-8befe547511b88404d8a6afa719626effa7c9fcb.tar.gz
mgorny-8befe547511b88404d8a6afa719626effa7c9fcb.tar.bz2
mgorny-8befe547511b88404d8a6afa719626effa7c9fcb.zip
dev-libs/libcopyfile: Remove consumer-free library
-rw-r--r--dev-libs/libcopyfile/libcopyfile-9999.ebuild47
-rw-r--r--dev-libs/libcopyfile/metadata.xml18
2 files changed, 0 insertions, 65 deletions
diff --git a/dev-libs/libcopyfile/libcopyfile-9999.ebuild b/dev-libs/libcopyfile/libcopyfile-9999.ebuild
deleted file mode 100644
index 2ddcca3..0000000
--- a/dev-libs/libcopyfile/libcopyfile-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
-
-inherit git-2
-#endif
-
-inherit autotools-utils
-
-DESCRIPTION="A portable file copying library"
-HOMEPAGE="https://bitbucket.org/mgorny/libcopyfile/"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acl btrfs caps debug static-libs xattr"
-
-# USE=btrfs needs btrfs/ioctl.h only
-RDEPEND="acl? ( virtual/acl )
- caps? ( sys-libs/libcap )"
-DEPEND="${RDEPEND}
- btrfs? ( >=sys-fs/btrfs-progs-9999 )
- virtual/pkgconfig"
-
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
-src_configure() {
- myeconfargs=(
- $(use_enable acl)
- $(use_enable btrfs)
- $(use_enable caps cap)
- $(use_enable debug)
- $(use_enable xattr)
- )
-
- autotools-utils_src_configure
-}
diff --git a/dev-libs/libcopyfile/metadata.xml b/dev-libs/libcopyfile/metadata.xml
deleted file mode 100644
index 19f297f..0000000
--- a/dev-libs/libcopyfile/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <use>
- <flag name='btrfs'>Support Copy-on-Write on btrfs volumes</flag>
- </use>
- <upstream>
- <maintainer status="active">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <bugs-to>https://bitbucket.org/mgorny/libcopyfile/issues/</bugs-to>
- </upstream>
-</pkgmetadata>