public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/confuse/
Date: Thu, 10 Aug 2017 12:46:04 +0000 (UTC)	[thread overview]
Message-ID: <1502369162.88eca1a035498474e964769624ab94b969f014fa.jer@gentoo> (raw)

commit:     88eca1a035498474e964769624ab94b969f014fa
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 12:45:36 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 12:46:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88eca1a0

dev-libs/confuse: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/confuse/Manifest           |  1 -
 dev-libs/confuse/confuse-3.1.ebuild | 50 -------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-libs/confuse/Manifest b/dev-libs/confuse/Manifest
index 1c654006079..744d3ecdca8 100644
--- a/dev-libs/confuse/Manifest
+++ b/dev-libs/confuse/Manifest
@@ -1,3 +1,2 @@
 DIST confuse-3.0.tar.xz 449144 SHA256 bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861 SHA512 12279045b772e94d2e29201ab1d7aef1ef8e698780a22d6a282d12f51ccd9a437e7817a4dd5e39bdfc8dae79700b72aa0783b4b983a935d751403d2cffd1161e WHIRLPOOL fe9f792b9f0858029393a811da93746fb91dc6cc3c99bfcc3a183d7bc0f3600818b96df8d169c63e64a59cb0f3857a86298f0bfd4053c8360bcd2b6bd1e71156
-DIST confuse-3.1.tar.xz 468248 SHA256 8171f31e0071d5e4460269fdcc8b4e748cf23b4bf6bbe672f718a136dd63ca66 SHA512 64d6b11ffd2a32108c9a6e72cab00e6a7fe792d4400e68299336e8c8cebf3c352c7a6209c18336e22aaa478b3dd3945c641c91f3af9753c8b2bf42a6be9901d8 WHIRLPOOL c0b614b46e575de3f4e72cd7efc2d15846b255a8a437051a709fc42ea382f2b47b08e411c808fbeb084b83c7d013c770e7de792c0f60c2cdc1924f9545cc87d2
 DIST confuse-3.2.tar.xz 470108 SHA256 a46abb8696026d314197b6a70ae1a1c296342a9a68aa69b1935709c1477a4e48 SHA512 4c81b52bca951ab46961ed91bf9e887f7940dedfb69eaf2f6905cb2d88275e635c80d2570797e4276b5cd970b805ab902da6cd6f89dc64216b0b02445c912acd WHIRLPOOL 5edf49bb58215b5694b66679c6638a16e0f9b3080f4b89b660d43329a622b9771f1403424a7eac1fccc6eaf7ffd80b1994629a09ebab3e29abda31bb902ba935

diff --git a/dev-libs/confuse/confuse-3.1.ebuild b/dev-libs/confuse/confuse-3.1.ebuild
deleted file mode 100644
index 163dcf76dc4..00000000000
--- a/dev-libs/confuse/confuse-3.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="a configuration file parser library"
-HOMEPAGE="http://www.nongnu.org/confuse/"
-SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="ISC"
-SLOT="0/1.1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-
-IUSE="nls static-libs"
-
-DEPEND="sys-devel/flex
-	sys-devel/libtool
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-RDEPEND="nls? ( virtual/libintl[${MULTILIB_USEDEP}] )"
-
-DOCS=( AUTHORS )
-
-src_prepare() {
-	eapply_user
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	# examples are normally compiled but not installed. They
-	# fail during a mingw crosscompile.
-	local ECONF_SOURCE=${BUILD_DIR}
-	econf \
-		--enable-shared \
-		--disable-examples \
-		$(use_enable nls) \
-		$(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-	prune_libtool_files
-
-	doman doc/man/man3/*.3
-	dodoc -r doc/html
-
-	docinto examples
-	dodoc examples/*.{c,conf}
-}


             reply	other threads:[~2017-08-10 12:46 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-10 12:46 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 20:49 [gentoo-commits] repo/gentoo:master commit in: dev-libs/confuse/ Petr Vaněk
2023-06-04 16:19 Arthur Zamarin
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-02-26 19:37 Arthur Zamarin
2023-02-24 16:59 Sam James
2023-02-24 16:58 Arthur Zamarin
2023-02-24 16:58 Arthur Zamarin
2023-02-24 16:30 Arthur Zamarin
2023-02-24 16:25 Arthur Zamarin
2023-02-24 16:23 Arthur Zamarin
2023-02-14 11:19 Sergey Popov
2023-01-11 13:39 Sam James
2023-01-10 19:20 Mike Frysinger
2021-07-16  1:31 Yixun Lan
2021-01-11 12:07 Sergey Popov
2021-01-05 20:51 Sam James
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03  9:14 Sam James
2020-12-29 21:26 Sam James
2020-12-29 21:24 Sam James
2020-12-27 22:39 Sam James
2020-11-02  9:47 Sam James
2020-10-20  7:04 Sergei Trofimovich
2020-10-20  7:02 Sergei Trofimovich
2020-10-20  6:57 Sergei Trofimovich
2020-10-20  6:51 Sergei Trofimovich
2020-10-19  0:13 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-10-17 23:49 Sam James
2020-10-16  8:05 Sergey Popov
2019-08-15  9:30 Sergey Popov
2018-11-26 10:19 Jeroen Roovers
2018-11-26 10:18 Jeroen Roovers
2017-12-19 10:35 Jeroen Roovers
2017-11-21  9:54 Jeroen Roovers
2017-11-21  9:53 Jeroen Roovers
2017-08-10 12:46 Jeroen Roovers
2017-05-24 14:47 Jeroen Roovers
2017-05-18 22:38 Michael Weber
2017-05-17 14:45 Manuel Rüger
2017-01-29 16:07 Fabian Groffen
2016-12-30 11:12 Agostino Sarubbo
2016-12-28 11:12 Sergey Popov
2016-10-05 18:54 Markus Meier
2016-10-01 14:16 Jeroen Roovers
2016-09-24 13:47 Agostino Sarubbo
2016-09-22  8:36 Tobias Klausmann
2016-06-03  8:38 Jeroen Roovers
2016-01-27 15:11 Sergey Popov

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=1502369162.88eca1a035498474e964769624ab94b969f014fa.jer@gentoo \
    --to=jer@gentoo.org \
    --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