From: "Aric Belsito" <lluixhi@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-libs/musl-fts/
Date: Sun, 15 Jan 2017 21:46:45 +0000 (UTC) [thread overview]
Message-ID: <1484516781.204761c62d3e8c564c933c108e987b10b4be4a90.lluixhi@gentoo> (raw)
commit: 204761c62d3e8c564c933c108e987b10b4be4a90
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Sun Jan 15 21:46:21 2017 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Sun Jan 15 21:46:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=204761c6
sys-libs/musl-fts: Remove
sys-libs/musl-fts/Manifest | 3 ---
sys-libs/musl-fts/metadata.xml | 12 -----------
sys-libs/musl-fts/musl-fts-1.2.5.ebuild | 38 ---------------------------------
3 files changed, 53 deletions(-)
diff --git a/sys-libs/musl-fts/Manifest b/sys-libs/musl-fts/Manifest
deleted file mode 100644
index 74e1a7f..0000000
--- a/sys-libs/musl-fts/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST musl-fts-1.2.5.tar.gz 19321 SHA256 8ce636f066b1943906f6a2d9b0064482626ee89cb926dda8faa5b05140cbba8b SHA512 2ef31e9b1573bf31516ad8631fa06ce5d278cc8cbad24f5eac9eb028e06f70be3408331e0398d660ccaba01950b3c70ca1f97c24e66e04cb980049e79dc12576 WHIRLPOOL f2d8aa349634656f55f9426b8946aa56aea8f3468802d33e48f1f2f7886f8a936536f6b2a2078d54e234a6252edc2e6cade969dca516de50caa692e166eadac5
-EBUILD musl-fts-1.2.5.ebuild 684 SHA256 19fced053cf7cb36fa1bb78eda9de1b6cbfca138fa5c58da05dcc1c7e2cce950 SHA512 e68caf38fb1af0088d5a2f8d1647cd3c2834f52d685da77f0b53416e3ca71ac64a130d481417c936434c1d11ef059dc0a4a1d3a8fd68151a9b0c53ae9cfc8657 WHIRLPOOL fb143239d61caa8afdb7651c0e384418ad98372445d99ce80e5288fd89018b1b06d61877c20e624dcb8d7e8e5a5bdfa34946f678750e65a521ff397e9554ad6f
-MISC metadata.xml 375 SHA256 1e80979d43730263cf45f1066ad21e600539c1cdd39cda4db1f5cccf9aca99da SHA512 133c548709126a80ba447588f13cbaf522a74131d4aa127be51881c82278e32bcbab2fb0e546c61bca7c3a145ab174539e0499b0217006001a76ffa9386dd086 WHIRLPOOL 627766077564f804887e370caf12ebf337a6a3db3934de1b5ea7ba3537eeecfd4048b52da057ed5917f41f156808e06bd0172528d719f30093c2453218e0cdb4
diff --git a/sys-libs/musl-fts/metadata.xml b/sys-libs/musl-fts/metadata.xml
deleted file mode 100644
index fe19d3f..0000000
--- a/sys-libs/musl-fts/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <maintainer type="person" >
- <email>lluixhi@gmail.com</email>
- <name>Aric Belsito</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sys-libs/musl-fts/musl-fts-1.2.5.ebuild b/sys-libs/musl-fts/musl-fts-1.2.5.ebuild
deleted file mode 100644
index 1abbcaa..0000000
--- a/sys-libs/musl-fts/musl-fts-1.2.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Implementation of fts(3) functions for musl libc"
-HOMEPAGE="https://github.com/pullmoll/musl-fts"
-SRC_URI="https://github.com/pullmoll/musl-fts/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
-IUSE="static-libs"
-
-DEPEND="
- !sys-libs/glibc
- !sys-libs/uclibc
-"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
- insinto /usr/lib/pkgconfig
- doins musl-fts.pc
-}
next reply other threads:[~2017-01-15 21:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-15 21:46 Aric Belsito [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-08 21:33 [gentoo-commits] proj/musl:master commit in: sys-libs/musl-fts/ Aric Belsito
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1484516781.204761c62d3e8c564c933c108e987b10b4be4a90.lluixhi@gentoo \
--to=lluixhi@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox