public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gumbo/
Date: Thu, 20 Jul 2017 06:25:21 +0000 (UTC)	[thread overview]
Message-ID: <1500531907.9800f23def3c7e1934e9a3a9760c1aabbf577619.graaff@gentoo> (raw)

commit:     9800f23def3c7e1934e9a3a9760c1aabbf577619
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 05:16:02 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 06:25:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9800f23d

dev-libs/gumbo: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/gumbo/Manifest           |  3 ---
 dev-libs/gumbo/gumbo-0.9.2.ebuild | 44 ---------------------------------------
 dev-libs/gumbo/gumbo-0.9.3.ebuild | 44 ---------------------------------------
 dev-libs/gumbo/gumbo-0.9.4.ebuild | 44 ---------------------------------------
 4 files changed, 135 deletions(-)

diff --git a/dev-libs/gumbo/Manifest b/dev-libs/gumbo/Manifest
index 4371112f82f..49640340fb1 100644
--- a/dev-libs/gumbo/Manifest
+++ b/dev-libs/gumbo/Manifest
@@ -1,4 +1 @@
 DIST gumbo-0.10.1.tar.gz 2119285 SHA256 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad SHA512 bb1fb55cd07076ab6a9f38dc14db50397dbdca9a04ace4895dfba8b8cbc09038a96e26070c09c75fa929ada2e815affe233c1e2ecd8afe2aba6201647cf277d1 WHIRLPOOL 65e604194bf21373b5deada4fb32df7a64e6b78568955cd193e1399e6f74c0463290c1c6ea9a39f2df5b20713969f6651353a641bf9b98e0d2ab2d24f51a6911
-DIST gumbo-0.9.2.tar.gz 2087953 SHA256 82e5cd81e26a3eaac308ba9111573ecce2b48b550c673a6ec09853c12b05a381 SHA512 b04d95f43358afb4b5cf06749f6f325e00f52f6d87fba3a992f92a1c2bcb1e4ded7629379e905ed3e3c42c5685eecca78e44c4fd416e3336420b684b49637303 WHIRLPOOL ef20a3db2125c7dd5869a37241483a95f1de7dccce582f1f7b98cb79501354ece8535ebb4a687b0d668ad584e9b751b15450a5efb7ee39ecf865f20db6e7f33c
-DIST gumbo-0.9.3.tar.gz 2091579 SHA256 038354c0394591b270eafc9203aef4516afbf78a66fcb2c4fff5180593b003f0 SHA512 6acb368e7eb1a27a0f787e53432ae5aef78b3e8be8baa01e991603f6c76a7cca1f1455104deefe50a7c987e1037f6a6f4a224db027d36388eb4146e0fea01fa4 WHIRLPOOL b14d3aa47d6ab9623e98348d6ff3940c8083c5ec440e97e5f8ff5230cb262f5bcae7a0d5cbf42c8fce528467e144e58071a67187e34dd48577c9e2d693fcba6c
-DIST gumbo-0.9.4.tar.gz 2091855 SHA256 01643d1dce8e9465e345433b3328fdcac42760d141a448bb7d5a6e61425cd896 SHA512 87136ef6ee55f7827f343743b59b5148f589c69ee336ce0d7ad2d1ab57c6a383a1905e9e7d4243ba85d3120095bb979334bb9bcaaf8b57282abff344daa55024 WHIRLPOOL d647a3ab542c1d67e9b44656c5c94dfb4bc0c9f082074142ae0984f411cd50259e2664a8611329887bf23e83ed41227fa3efe0c0c3cebac4836c0691aa24d5d6

diff --git a/dev-libs/gumbo/gumbo-0.9.2.ebuild b/dev-libs/gumbo/gumbo-0.9.2.ebuild
deleted file mode 100644
index 68c1147a5e2..00000000000
--- a/dev-libs/gumbo/gumbo-0.9.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
-HOMEPAGE="https://github.com/google/gumbo-parser#readme"
-SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="doc test"
-
-S="${WORKDIR}/gumbo-parser-${PV}"
-
-DEPEND="test? ( dev-cpp/gtest )
-	doc? ( app-doc/doxygen )"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_compile() {
-	default
-
-	if use doc; then
-		doxygen || die "doxygen failed"
-	fi
-}
-
-src_install() {
-	default
-
-	if use doc; then
-		dohtml -r docs/html/.
-		for page in docs/man/man3/* ; do
-			doman ${page}
-		done
-	fi
-}

diff --git a/dev-libs/gumbo/gumbo-0.9.3.ebuild b/dev-libs/gumbo/gumbo-0.9.3.ebuild
deleted file mode 100644
index 68c1147a5e2..00000000000
--- a/dev-libs/gumbo/gumbo-0.9.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
-HOMEPAGE="https://github.com/google/gumbo-parser#readme"
-SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="doc test"
-
-S="${WORKDIR}/gumbo-parser-${PV}"
-
-DEPEND="test? ( dev-cpp/gtest )
-	doc? ( app-doc/doxygen )"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_compile() {
-	default
-
-	if use doc; then
-		doxygen || die "doxygen failed"
-	fi
-}
-
-src_install() {
-	default
-
-	if use doc; then
-		dohtml -r docs/html/.
-		for page in docs/man/man3/* ; do
-			doman ${page}
-		done
-	fi
-}

diff --git a/dev-libs/gumbo/gumbo-0.9.4.ebuild b/dev-libs/gumbo/gumbo-0.9.4.ebuild
deleted file mode 100644
index 68c1147a5e2..00000000000
--- a/dev-libs/gumbo/gumbo-0.9.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
-HOMEPAGE="https://github.com/google/gumbo-parser#readme"
-SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="doc test"
-
-S="${WORKDIR}/gumbo-parser-${PV}"
-
-DEPEND="test? ( dev-cpp/gtest )
-	doc? ( app-doc/doxygen )"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_compile() {
-	default
-
-	if use doc; then
-		doxygen || die "doxygen failed"
-	fi
-}
-
-src_install() {
-	default
-
-	if use doc; then
-		dohtml -r docs/html/.
-		for page in docs/man/man3/* ; do
-			doman ${page}
-		done
-	fi
-}


             reply	other threads:[~2017-07-20  6:25 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-20  6:25 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-02 20:41 [gentoo-commits] repo/gentoo:master commit in: dev-libs/gumbo/ Sam James
2024-03-02 14:16 Arthur Zamarin
2024-02-24  6:42 Joonas Niilola
2024-02-24  6:24 Joonas Niilola
2024-02-23  6:50 Sam James
2024-02-23  6:50 Sam James
2024-01-20 11:49 Sam James
2024-01-20 11:49 Sam James
2024-01-20 11:49 Sam James
2023-07-16 23:47 Sam James
2023-07-07  0:45 Sam James
2023-06-17  8:47 Hans de Graaff
2023-04-07 18:25 Sam James
2022-11-03  2:05 WANG Xuerui
2021-07-19 14:24 Yixun Lan
2020-12-13  1:06 Sam James
2020-12-07  2:25 Matt Turner
2020-11-15 23:24 David Seifert
2020-10-20 17:41 Sergei Trofimovich
2020-10-19  3:19 Sam James
2020-10-18 23:55 Sam James
2020-10-15 22:33 Sergei Trofimovich
2020-10-15 22:29 Sergei Trofimovich
2020-10-15 22:24 Sergei Trofimovich
2020-10-14 19:53 Sam James
2020-10-14 19:30 Sam James
2020-10-14 18:32 Sam James
2020-10-14 18:32 Sam James
2020-04-13 16:12 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2017-05-06 22:20 David Seifert

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=1500531907.9800f23def3c7e1934e9a3a9760c1aabbf577619.graaff@gentoo \
    --to=graaff@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