* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/avogadro/
@ 2015-12-28 13:34 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-12-28 13:34 UTC (permalink / raw
To: gentoo-commits
commit: f62629d4b92ea1df1bcc1d4a98ed0d9eaabbc288
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 13:34:21 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 13:34:28 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62629d4
sci-chemistry/avogadro: Any version of eigen works
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/avogadro/avogadro-1.1.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/avogadro/avogadro-1.1.1.ebuild b/sci-chemistry/avogadro/avogadro-1.1.1.ebuild
index 090d99c..1fc2121 100644
--- a/sci-chemistry/avogadro/avogadro-1.1.1.ebuild
+++ b/sci-chemistry/avogadro/avogadro-1.1.1.ebuild
@@ -29,7 +29,8 @@ RDEPEND="
dev-python/sip[${PYTHON_USEDEP}]
)"
DEPEND="${RDEPEND}
- dev-cpp/eigen:2"
+ virtual/pkgconfig
+ dev-cpp/eigen"
# https://sourceforge.net/p/avogadro/bugs/653/
RESTRICT="test"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/avogadro/
@ 2017-09-12 22:58 Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2017-09-12 22:58 UTC (permalink / raw
To: gentoo-commits
commit: 1102290666d2734626d60b00f042d9d3fafec853
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 22:57:21 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 22:58:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11022906
sci-chemistry/avogadro: dropped ppc keywords
sci-chemistry/avogadro/avogadro-1.0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/avogadro/avogadro-1.0.3-r2.ebuild b/sci-chemistry/avogadro/avogadro-1.0.3-r2.ebuild
index 07d98f04200..ce624e4ae71 100644
--- a/sci-chemistry/avogadro/avogadro-1.0.3-r2.ebuild
+++ b/sci-chemistry/avogadro/avogadro-1.0.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="+glsl python cpu_flags_x86_sse2"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/avogadro/
@ 2018-01-16 13:11 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-01-16 13:11 UTC (permalink / raw
To: gentoo-commits
commit: 1bdb774af2f8e350f229e2b7f843bfb29b8a0669
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 13:08:37 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 13:08:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdb774a
sci-chemistry/avogadro: Add xdg-utils
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-chemistry/avogadro/avogadro-1.2.0_p20170207.ebuild | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/avogadro/avogadro-1.2.0_p20170207.ebuild b/sci-chemistry/avogadro/avogadro-1.2.0_p20170207.ebuild
index e24622bdb62..28d5724b0e5 100644
--- a/sci-chemistry/avogadro/avogadro-1.2.0_p20170207.ebuild
+++ b/sci-chemistry/avogadro/avogadro-1.2.0_p20170207.ebuild
@@ -5,7 +5,7 @@ EAPI=6
COMMIT=258105b4d8957e0245a341cdf1dc12c72234c833
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils flag-o-matic python-single-r1 vcs-snapshot
+inherit cmake-utils flag-o-matic python-single-r1 vcs-snapshot xdg-utils
DESCRIPTION="Advanced molecular editor that uses Qt4 and OpenGL"
HOMEPAGE="http://avogadro.openmolecules.net/"
@@ -78,3 +78,13 @@ src_configure() {
QT_MKSPECS_RELATIVE=share/qt4/mkspecs cmake-utils_src_configure
}
+
+pkg_postinst() {
+ xdg_mimeinfo_database_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_mimeinfo_database_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-16 13:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28 13:34 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/avogadro/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2017-09-12 22:58 Matt Turner
2018-01-16 13:11 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox