public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmocka/
Date: Wed, 12 Apr 2017 16:40:38 +0000 (UTC)	[thread overview]
Message-ID: <1492015220.1cc499eba6435ba25743192666e40375211f10f5.johu@gentoo> (raw)

commit:     1cc499eba6435ba25743192666e40375211f10f5
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 16:40:20 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 16:40:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc499eb

dev-util/cmocka: Remove 1.1.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/cmocka/Manifest            |  1 -
 dev-util/cmocka/cmocka-1.1.0.ebuild | 47 -------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-util/cmocka/Manifest b/dev-util/cmocka/Manifest
index def2375dbc7..836b2f5d8d7 100644
--- a/dev-util/cmocka/Manifest
+++ b/dev-util/cmocka/Manifest
@@ -1,3 +1,2 @@
 DIST cmocka-1.0.1.tar.xz 80240 SHA256 b36050d7a1224296803d216cba1a9d4c58c31bf308b2d6d6649d61aa5a36753b SHA512 142b3293a8ab137904d07f1ac6a56daf0afbbfcf7816a582c9998b6225aa5d6fe5f2d1b889de7b187142fc24ca4d1cfdbd630e8783858bc9ce89217ff05abc1e WHIRLPOOL c733d08a4907242bce6e8fb6989934fa8c9ae333a6c9a746c8824001722a7897cebdf8c0501bfb22d2ad29536ab32b0d004e327a1ce7b7740c9d24c6a453d6f9
-DIST cmocka-1.1.0.tar.xz 85132 SHA256 e960d3bf1be618634a4b924f18bb4d6f20a825c109a8ad6d1af03913ba421330 SHA512 b45b6c6bf6c1a0e12cbbfa203afc0172aa53215e0bd43a21b30db04c0490609a7a262f1b4d87be9df0c5c486c4f4891d3432e0e053418d373d9750a6cf5adf70 WHIRLPOOL 972f1fec0c850beac388d9c8e8ff549dd4fad086fd73463df3f718f81ed84e6b47cf3e9aee184c0d25aaa6bb8b86167113b7b24b4f3a1f90371b9a446a02b1db
 DIST cmocka-1.1.1.tar.xz 85648 SHA256 f02ef48a7039aa77191d525c5b1aee3f13286b77a13615d11bc1148753fc0389 SHA512 801c4a3e1bb9047241b1cb5a90c1cbdee1b0aff5e3d0a84ec8b2dbaee79274618c24fbe5e9fedbf0b3ee18c6c98b55d93e135d037ac33ab872edc7665af41577 WHIRLPOOL 7b6b4bd31b9c739b3cb3ed618f545318e44f18081cdd7eef700b15f04139bded5594c9b498df926a91d4311435971d4da025f55129fa22cd3d13f480977923cc

diff --git a/dev-util/cmocka/cmocka-1.1.0.ebuild b/dev-util/cmocka/cmocka-1.1.0.ebuild
deleted file mode 100644
index ef8e1bc27d2..00000000000
--- a/dev-util/cmocka/cmocka-1.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="A unit testing framework for C"
-HOMEPAGE="http://cmocka.org/"
-SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc static-libs test"
-
-DEPEND="
-	doc? ( app-doc/doxygen[latex] )
-"
-RDEPEND=""
-
-DOCS=( AUTHORS ChangeLog README )
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DWITH_STATIC_LIB=$(usex static-libs)
-		-DUNIT_TESTING=$(usex test)
-		$(multilib_is_native_abi && cmake-utils_use_find_package doc Doxygen \
-			|| echo -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON)
-	)
-
-	cmake-utils_src_configure
-}
-
-multilib_src_install() {
-	if multilib_is_native_abi && use doc; then
-		pushd doc || die
-		doxygen Doxyfile || die
-		rm -f html/*.md5 latex/*.md5 latex/Manifest man/man3/_* || die
-		dodoc -r html/
-		dodoc -r latex/
-		doman man/man3/*.3
-		popd || die
-	fi
-
-	cmake-utils_src_install
-}


             reply	other threads:[~2017-04-12 16:40 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12 16:40 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-11 18:58 [gentoo-commits] repo/gentoo:master commit in: dev-util/cmocka/ Matt Turner
2022-08-15 14:10 Andreas Sturmlechner
2022-05-05 23:48 WANG Xuerui
2022-04-12 10:56 Sam James
2021-10-02  9:08 James Le Cuirot
2021-07-05 13:25 Marek Szuba
2019-07-28 20:08 Mikle Kolyada
2019-05-26  7:04 Sergei Trofimovich
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-05-12 21:48 Sergei Trofimovich
2019-05-12 20:56 Thomas Deutschmann
2019-05-11 11:20 Mikle Kolyada
2019-05-08 14:38 Tobias Klausmann
2019-05-06 17:13 Sergei Trofimovich
2019-04-23  0:13 Aaron Bauman
2019-04-03 14:11 Andreas Sturmlechner
2019-02-16 10:21 Markus Meier
2019-02-07 13:10 Mikle Kolyada
2019-01-31 18:04 Tobias Klausmann
2019-01-27 12:18 Sergei Trofimovich
2019-01-26 17:30 Sergei Trofimovich
2019-01-26 17:23 Sergei Trofimovich
2019-01-26 17:17 Sergei Trofimovich
2019-01-25 19:54 Sergei Trofimovich
2019-01-16  7:15 Sergei Trofimovich
2018-11-27 20:24 Andreas Sturmlechner
2018-11-17  8:14 Michael Palimaka
2018-07-11  5:05 Markus Meier
2018-06-25 18:56 Tobias Klausmann
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 16:37 Sergei Trofimovich
2018-06-03 22:42 Sergei Trofimovich
2018-03-28  1:18 Matt Turner
2018-02-22 14:22 Michał Górny
2017-06-18 12:08 Michael Palimaka
2017-04-12 16:40 Johannes Huber
2016-12-30 16:08 Johannes Huber
2016-12-30 11:12 Agostino Sarubbo
2016-12-30  9:39 Agostino Sarubbo
2016-12-06  9:54 Johannes Huber
2016-10-10 23:39 Manuel Rüger
2016-08-17  4:01 Jeroen Roovers
2016-07-06  9:23 Agostino Sarubbo
2016-06-25 20:14 Agostino Sarubbo
2016-05-25  6:29 Matt Turner
2016-05-13 14:51 Agostino Sarubbo
2016-04-26 17:35 Markus Meier
2016-04-05 18:46 Matt Turner

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=1492015220.1cc499eba6435ba25743192666e40375211f10f5.johu@gentoo \
    --to=johu@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