public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libabw/
Date: Sun,  3 Jul 2016 20:27:51 +0000 (UTC)	[thread overview]
Message-ID: <1467577661.f9241ed98dee2354af0cb4346d471f9409e62616.dilfridge@gentoo> (raw)

commit:     f9241ed98dee2354af0cb4346d471f9409e62616
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jun  5 10:03:28 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 20:27:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9241ed9

app-text/libabw: Drop old, latest version is stable

Package-Manager: portage-2.2.28

 app-text/libabw/Manifest            |  2 --
 app-text/libabw/libabw-0.0.2.ebuild | 41 -------------------------------------
 app-text/libabw/libabw-0.1.0.ebuild | 41 -------------------------------------
 3 files changed, 84 deletions(-)

diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest
index efab26d..dafaa6d 100644
--- a/app-text/libabw/Manifest
+++ b/app-text/libabw/Manifest
@@ -1,3 +1 @@
-DIST libabw-0.0.2.tar.xz 307432 SHA256 d5cec855722e3c9caf451db2557aa8c81b279a562e67593477c58b02e948b594 SHA512 3c656fb7d3e2b4388ea33fbc380ffd01d03abefffa6089f21708b78da75cce71f95a067f05b389823ca3857b2ec14aae9371978062571aa74bf854c6948fcd82 WHIRLPOOL fb112e1a94b8983518ac3911215ea6f31091d922dfe4c3b80efbba747a71b100aa37aeb75753085d5cab15bb6b15541d401c0b55d29c85f716c972b1f3ff49fd
-DIST libabw-0.1.0.tar.xz 282268 SHA256 ee99b280b7af226a48fd9afd395cc10bef2d8e4f844151277e90793706dfc0c1 SHA512 209965359e1446862039c88c4199815583bbc4f63f3f0549f4261d3cb54ab0fb483480068d68a9bf9fe65fe6e3f9b0e05efe4cf8b9163efeadba129a70f93fd2 WHIRLPOOL 801eda0667c80b09f60e47c68fe759c3d245dd82d17b8d8dafe359c9bc96639dce44f18ab88dac92b338ca459dd8b69859aa795286c4fac4aab7a290213dfb22
 DIST libabw-0.1.1.tar.xz 287628 SHA256 cfc698c2dd4ab592138a941ae26e2e18c3dac69bc196b5167df7f5eb88fc217e SHA512 853dd86ecc79e8590d3163e05e145ad66240ae3cf12d206d021775a94bfb33d70aa5acdcdd193ac747baeae1ba0eed18099ea6f4515be23bdd70b431e96c4b1a WHIRLPOOL 4672c825279b20b1df92d52950eba6344d4ca99711f050069e35503b995f05fafe597706f6587d08409af3f59a64717da365e2e6101ce23665819f25ce4da9f7

diff --git a/app-text/libabw/libabw-0.0.2.ebuild b/app-text/libabw/libabw-0.0.2.ebuild
deleted file mode 100644
index 150d9e6..0000000
--- a/app-text/libabw/libabw-0.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing abiword documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libabw/"
-SRC_URI="http://dev-www.libreoffice.org/src//${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-	app-text/libwpd:0.9
-	dev-libs/libxml2
-	sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-	>=dev-libs/boost-1.46
-	sys-devel/libtool
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-	econf \
-		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
-		--disable-werror \
-		$(use_enable static-libs static) \
-		$(use_with doc docs)
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-}

diff --git a/app-text/libabw/libabw-0.1.0.ebuild b/app-text/libabw/libabw-0.1.0.ebuild
deleted file mode 100644
index a593522..0000000
--- a/app-text/libabw/libabw-0.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing abiword documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libabw/"
-SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-	dev-libs/librevenge
-	dev-libs/libxml2
-	sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-	>=dev-libs/boost-1.46
-	sys-devel/libtool
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-	econf \
-		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
-		--disable-werror \
-		$(use_enable static-libs static) \
-		$(use_with doc docs)
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-}


             reply	other threads:[~2016-07-03 20:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-03 20:27 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-25 13:55 [gentoo-commits] repo/gentoo:master commit in: app-text/libabw/ Jakov Smolić
2019-11-08 20:34 Andreas Sturmlechner
2019-11-08 20:31 Aaron Bauman
2019-10-28  8:38 Agostino Sarubbo
2019-10-27 23:20 Thomas Deutschmann
2019-09-12 20:27 Andreas Sturmlechner
2019-07-30 21:39 Aaron Bauman
2018-09-19 18:35 Matt Turner
2018-05-29 11:17 Thomas Deutschmann
2018-05-22 16:42 Mikle Kolyada
2018-02-19 19:42 David Seifert
2018-01-07  9:55 Andreas Sturmlechner
2017-11-10 20:34 Andreas Sturmlechner
2016-12-17 15:57 Andreas Hüttel
2016-04-16 20:18 Andreas Hüttel

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=1467577661.f9241ed98dee2354af0cb4346d471f9409e62616.dilfridge@gentoo \
    --to=dilfridge@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