* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2016-03-14 13:55 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2016-03-14 13:55 UTC (permalink / raw
To: gentoo-commits
commit: f33b8f6ef9f6d3b00c6392090cff0b78934343ea
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 12:58:18 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 13:55:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33b8f6e
dev-libs/mimetic: initial import
Gentoo-bug: 77168
Package-Manager: portage-2.2.28
dev-libs/mimetic/Manifest | 1 +
dev-libs/mimetic/metadata.xml | 10 ++++++++
dev-libs/mimetic/mimetic-0.9.8.ebuild | 44 +++++++++++++++++++++++++++++++++++
3 files changed, 55 insertions(+)
diff --git a/dev-libs/mimetic/Manifest b/dev-libs/mimetic/Manifest
new file mode 100644
index 0000000..2261729
--- /dev/null
+++ b/dev-libs/mimetic/Manifest
@@ -0,0 +1 @@
+DIST mimetic-0.9.8.tar.gz 556716 SHA256 3a07d68d125f5e132949b078c7275d5eb0078dd649079bd510dd12b969096700 SHA512 4157eecb3e26af314d475c91192a357d6da35271a07a07b037d5037e9af84952ce2636874e86df0e94e8887dcfdb8f594a1ba04e6448181e436b0e2675f48f58 WHIRLPOOL 3d06273c59c5dc8aff0fe047b10dfb2dfc07ad3e33f4ddbef1330d79dfe19fbf5cb817b82425da21fef15c196a0683b67bf111864cd261223d2fe4297aa7d13a
diff --git a/dev-libs/mimetic/metadata.xml b/dev-libs/mimetic/metadata.xml
new file mode 100644
index 0000000..135955c
--- /dev/null
+++ b/dev-libs/mimetic/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>jkt@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>kensington@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-libs/mimetic/mimetic-0.9.8.ebuild b/dev-libs/mimetic/mimetic-0.9.8.ebuild
new file mode 100644
index 0000000..f3a66a6
--- /dev/null
+++ b/dev-libs/mimetic/mimetic-0.9.8.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="C++ MIME library designed to be easy to use and integrate, fast and efficient."
+HOMEPAGE="http://www.codesink.org/mimetic_mime_library.html"
+SRC_URI="http://www.codesink.org/download/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+src_prepare() {
+ default
+
+ sed -i -e "s|../doxygen.css|doxygen.css|" doc/header.html || die
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_compile() {
+ default
+ use doc && emake -C doc docs
+}
+
+src_install() {
+ default
+
+ use doc && dodoc -r doc/html/
+
+ if use examples ; then
+ docinto examples
+ dodoc examples/{README,TODO,test.msg,*.cxx,*.h}
+ fi
+
+ rm "${D}"/usr/$(get_libdir)/libmimetic.la || die
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2016-03-18 10:02 Patrick Lauer
0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer @ 2016-03-18 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 1cb50fe7bb5b70a3551ac75bf16edccf2850779a
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 10:01:21 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 10:01:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb50fe7
dev-libs/mimetic: Add ~x86 #577644
Package-Manager: portage-2.2.28
dev-libs/mimetic/mimetic-0.9.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/mimetic/mimetic-0.9.8.ebuild b/dev-libs/mimetic/mimetic-0.9.8.ebuild
index f3a66a6..a6f3fe1 100644
--- a/dev-libs/mimetic/mimetic-0.9.8.ebuild
+++ b/dev-libs/mimetic/mimetic-0.9.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.codesink.org/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2016-07-17 18:43 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2016-07-17 18:43 UTC (permalink / raw
To: gentoo-commits
commit: a4d6576e4e3e8eb8d4ffaf8455087927b1f7b70b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 18:42:55 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 18:43:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d6576e
dev-libs/mimetic: resolve autotools QA warnings
Package-Manager: portage-2.3.0
dev-libs/mimetic/mimetic-0.9.8.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-libs/mimetic/mimetic-0.9.8.ebuild b/dev-libs/mimetic/mimetic-0.9.8.ebuild
index a6f3fe1..5c0f5f6 100644
--- a/dev-libs/mimetic/mimetic-0.9.8.ebuild
+++ b/dev-libs/mimetic/mimetic-0.9.8.ebuild
@@ -4,6 +4,8 @@
EAPI=6
+inherit autotools
+
DESCRIPTION="C++ MIME library designed to be easy to use and integrate, fast and efficient."
HOMEPAGE="http://www.codesink.org/mimetic_mime_library.html"
SRC_URI="http://www.codesink.org/download/${P}.tar.gz"
@@ -19,6 +21,9 @@ src_prepare() {
default
sed -i -e "s|../doxygen.css|doxygen.css|" doc/header.html || die
+
+ mv configure.in configure.ac || die
+ eautoreconf
}
src_configure() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2016-07-17 18:59 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2016-07-17 18:59 UTC (permalink / raw
To: gentoo-commits
commit: dfb338998cc6ca07608059d250c1472f3cc244b4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 18:53:37 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 18:59:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb33899
dev-libs/mimetic: amd64/x86 stable
Gentoo-bug: 588776
Package-Manager: portage-2.3.0
dev-libs/mimetic/mimetic-0.9.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/mimetic/mimetic-0.9.8.ebuild b/dev-libs/mimetic/mimetic-0.9.8.ebuild
index 5c0f5f6..220d6ce 100644
--- a/dev-libs/mimetic/mimetic-0.9.8.ebuild
+++ b/dev-libs/mimetic/mimetic-0.9.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.codesink.org/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc examples"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2018-03-14 10:45 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2018-03-14 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 00fc263f319ad7cd7a303ab893dbc7cf773ef4e7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 10:44:30 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 10:45:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fc263f
dev-libs/mimetic: update maintainer email
Bug: https://bugs.gentoo.org/96455
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-libs/mimetic/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/mimetic/metadata.xml b/dev-libs/mimetic/metadata.xml
index 135955cbf67..f15aa1f1185 100644
--- a/dev-libs/mimetic/metadata.xml
+++ b/dev-libs/mimetic/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>jkt@gentoo.org</email>
+ <email>jkt@kde.org</email>
</maintainer>
<maintainer type="person">
<email>kensington@gentoo.org</email>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2021-04-01 0:43 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-01 0:43 UTC (permalink / raw
To: gentoo-commits
commit: 70cb0f22d3b2a808e8143fe4652a2a266ec54cf7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 1 00:32:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 1 00:43:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cb0f22
dev-libs/mimetic: fix removal of libtool files
Closes: https://bugs.gentoo.org/778887
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/mimetic/mimetic-0.9.8.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/mimetic/mimetic-0.9.8.ebuild b/dev-libs/mimetic/mimetic-0.9.8.ebuild
index b47e8e69733..a685af2319f 100644
--- a/dev-libs/mimetic/mimetic-0.9.8.ebuild
+++ b/dev-libs/mimetic/mimetic-0.9.8.ebuild
@@ -46,5 +46,6 @@ src_install() {
dodoc examples/{README,TODO,test.msg,*.cxx,*.h}
fi
- rm "${ED}"/usr/$(get_libdir)/libmimetic.la || die
+ # bug #778887
+ find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2021-04-01 0:43 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-01 0:43 UTC (permalink / raw
To: gentoo-commits
commit: 5b5a1e70d27fd95601a9f9cc854c51e3603d97cc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 1 00:31:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 1 00:43:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5a1e70
dev-libs/mimetic: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/mimetic/mimetic-0.9.8.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/mimetic/mimetic-0.9.8.ebuild b/dev-libs/mimetic/mimetic-0.9.8.ebuild
index 3f54ec09712..b47e8e69733 100644
--- a/dev-libs/mimetic/mimetic-0.9.8.ebuild
+++ b/dev-libs/mimetic/mimetic-0.9.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc64 x86"
IUSE="doc examples"
-DEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="doc? ( app-doc/doxygen )"
PATCHES=( "${FILESDIR}/signed-char.patch" )
@@ -46,5 +46,5 @@ src_install() {
dodoc examples/{README,TODO,test.msg,*.cxx,*.h}
fi
- rm "${D}"/usr/$(get_libdir)/libmimetic.la || die
+ rm "${ED}"/usr/$(get_libdir)/libmimetic.la || die
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2021-04-20 11:43 Michael Palimaka
0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2021-04-20 11:43 UTC (permalink / raw
To: gentoo-commits
commit: e9ce320f6b9da45bd7bcf46ed710ea6e2787900a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 11:34:44 2021 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 11:43:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ce320f
dev-libs/mimetic: add upstream metadata
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
dev-libs/mimetic/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-libs/mimetic/metadata.xml b/dev-libs/mimetic/metadata.xml
index 0f8f01bc86f..77dd42e18fd 100644
--- a/dev-libs/mimetic/metadata.xml
+++ b/dev-libs/mimetic/metadata.xml
@@ -7,4 +7,7 @@
<maintainer type="person">
<email>kensington@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="github">tat/mimetic</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/
@ 2024-02-14 10:39 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-02-14 10:39 UTC (permalink / raw
To: gentoo-commits
commit: ae6a1fb61cf47e576805557ec676886b8d41e163
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 10:09:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 10:39:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6a1fb6
dev-libs/mimetic: Remove inactive proxied maintainer
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/mimetic/metadata.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-libs/mimetic/metadata.xml b/dev-libs/mimetic/metadata.xml
index ad20286dce57..4918c8c54396 100644
--- a/dev-libs/mimetic/metadata.xml
+++ b/dev-libs/mimetic/metadata.xml
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>jkt@kde.org</email>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">tat/mimetic</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-02-14 10:39 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-14 10:45 [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimetic/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2024-02-14 10:39 Michał Górny
2021-04-20 11:43 Michael Palimaka
2021-04-01 0:43 Sam James
2021-04-01 0:43 Sam James
2016-07-17 18:59 Michael Palimaka
2016-07-17 18:43 Michael Palimaka
2016-03-18 10:02 Patrick Lauer
2016-03-14 13:55 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox