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/libodfgen/
Date: Sat, 17 Dec 2016 15:57:10 +0000 (UTC)	[thread overview]
Message-ID: <1481990176.d58e1fa8b2852797ea9d9b3757b0112e5973cdd9.dilfridge@gentoo> (raw)

commit:     d58e1fa8b2852797ea9d9b3757b0112e5973cdd9
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 00:58:45 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 15:56:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58e1fa8

app-text/libodfgen: --with-sharedptr=c++11, drop eutils.eclass

No more boost dependency with std sharedptr

Package-Manager: portage-2.3.0

 app-text/libodfgen/libodfgen-0.1.6.ebuild | 9 +++------
 app-text/libodfgen/libodfgen-9999.ebuild  | 9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/app-text/libodfgen/libodfgen-0.1.6.ebuild b/app-text/libodfgen/libodfgen-0.1.6.ebuild
index 80975a9..29f334a 100644
--- a/app-text/libodfgen/libodfgen-0.1.6.ebuild
+++ b/app-text/libodfgen/libodfgen-0.1.6.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/libodfgen"
-inherit eutils
 [[ ${PV} == 9999 ]] && inherit autotools git-r3
 
 DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
@@ -24,13 +23,12 @@ RDEPEND="
 	dev-libs/librevenge
 "
 DEPEND="${RDEPEND}
-	>=dev-libs/boost-1.46
 	virtual/pkgconfig
 	doc? ( app-doc/doxygen )
 "
 
 src_prepare() {
-	eapply_user
+	default
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
 
@@ -38,12 +36,11 @@ src_configure() {
 	econf \
 		--disable-static \
 		--disable-werror \
-		--with-sharedptr=boost \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+		--with-sharedptr=c++11 \
 		$(use_with doc docs)
 }
 
 src_install() {
 	default
-	prune_libtool_files --all
+	find "${D}" -name '*.la' -delete || die
 }

diff --git a/app-text/libodfgen/libodfgen-9999.ebuild b/app-text/libodfgen/libodfgen-9999.ebuild
index 80975a9..29f334a 100644
--- a/app-text/libodfgen/libodfgen-9999.ebuild
+++ b/app-text/libodfgen/libodfgen-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/libodfgen"
-inherit eutils
 [[ ${PV} == 9999 ]] && inherit autotools git-r3
 
 DESCRIPTION="Library to generate ODF documents from libwpd and libwpg"
@@ -24,13 +23,12 @@ RDEPEND="
 	dev-libs/librevenge
 "
 DEPEND="${RDEPEND}
-	>=dev-libs/boost-1.46
 	virtual/pkgconfig
 	doc? ( app-doc/doxygen )
 "
 
 src_prepare() {
-	eapply_user
+	default
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
 
@@ -38,12 +36,11 @@ src_configure() {
 	econf \
 		--disable-static \
 		--disable-werror \
-		--with-sharedptr=boost \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+		--with-sharedptr=c++11 \
 		$(use_with doc docs)
 }
 
 src_install() {
 	default
-	prune_libtool_files --all
+	find "${D}" -name '*.la' -delete || die
 }


             reply	other threads:[~2016-12-17 15:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-17 15:57 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-14  1:21 [gentoo-commits] repo/gentoo:master commit in: app-text/libodfgen/ Sam James
2021-12-29 13:46 Yixun Lan
2021-03-08 21:14 Andreas Sturmlechner
2021-03-08 10:27 Sam James
2021-03-07 15:54 Thomas Deutschmann
2021-03-07 13:18 Mikle Kolyada
2021-01-23  0:25 Andreas Sturmlechner
2019-07-30 21:39 Aaron Bauman
2019-01-09 10:00 Andreas Sturmlechner
2019-01-08 19:56 Thomas Deutschmann
2019-01-02  9:57 Mikle Kolyada
2018-11-15 23:12 Andreas Sturmlechner
2018-11-15 23:12 Andreas Sturmlechner
2018-09-19 18:35 Matt Turner
2017-01-02 19:01 Andreas Hüttel
2016-12-21 17:28 Tobias Klausmann
2016-07-03 20:27 Andreas Hüttel
2016-02-22 17:07 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=1481990176.d58e1fa8b2852797ea9d9b3757b0112e5973cdd9.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