public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/gchemutils: ChangeLog gchemutils-0.8.7.ebuild
@ 2008-03-29 23:47 Jeffrey Gardner (je_fro)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey Gardner (je_fro) @ 2008-03-29 23:47 UTC (permalink / raw
  To: gentoo-commits

je_fro      08/03/29 23:47:04

  Modified:             ChangeLog
  Added:                gchemutils-0.8.7.ebuild
  Log:
  Bump and keyword ~x86 thanks to Robert Bridge on bug 215363.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  sci-chemistry/gchemutils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	31 Dec 2007 15:50:51 -0000	1.3
+++ ChangeLog	29 Mar 2008 23:47:03 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/gchemutils
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.3 2007/12/31 15:50:51 je_fro Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.4 2008/03/29 23:47:03 je_fro Exp $
+
+*gchemutils-0.8.7 (29 Mar 2008)
+
+  29 Mar 2008; Jeff Gardner <je_fro@gentoo.org> +gchemutils-0.8.7.ebuild:
+  Bump and keyword ~x86 thanks to Robert Bridge on bug 215363.
 
   31 Dec 2007; Jeff Gardner <je_fro@gentoo.org> ChangeLog:
   Fixing up my email address.



1.1                  sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild?rev=1.1&content-type=text/plain

Index: gchemutils-0.8.7.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.8.7.ebuild,v 1.1 2008/03/29 23:47:03 je_fro Exp $

inherit gnome2 autotools

MY_P="gnome-chemistry-utils-${PV}"
DESCRIPTION="C++ classes and Gtk+-2 widgets related to chemistry"
HOMEPAGE="http://www.nongnu.org/gchemutils/"
SRC_URI="http://savannah.nongnu.org/download/gchemutils/0.8/${MY_P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="${DEPEND}
		dev-util/pkgconfig
		=gnome-base/libglade-2*
		>=gnome-base/libgnomeprintui-2.4.0
		=x11-libs/goffice-0.4*
		x11-libs/gtkglext
		>=sci-chemistry/openbabel-2.1.1
		sci-chemistry/bodr
		sci-chemistry/chemical-mime-data"

S=${WORKDIR}/${MY_P}

src_unpack() {
	gnome2_src_unpack
	eautoreconf
}

src_compile() {
	gnome2_src_compile --disable-update-databases --docdir=/usr/share/doc/${PN}/html
}

pkg_postinst() {
	elog "You can safely ignore any 'Unknown media type in type blah' warnings above."
	elog "For more info see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420795 "
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/gchemutils: ChangeLog gchemutils-0.8.7.ebuild
@ 2009-09-18 14:48 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 2+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-09-18 14:48 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/09/18 14:48:54

  Modified:             ChangeLog
  Removed:              gchemutils-0.8.7.ebuild
  Log:
  Remove old version using built_with_use.
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.10                 sci-chemistry/gchemutils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	8 Aug 2009 08:44:25 -0000	1.9
+++ ChangeLog	18 Sep 2009 14:48:53 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/gchemutils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.9 2009/08/08 08:44:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.10 2009/09/18 14:48:53 betelgeuse Exp $
+
+  18 Sep 2009; Petteri Räty <betelgeuse@gentoo.org>
+  -gchemutils-0.8.7.ebuild:
+  Remove old version using built_with_use.
 
   08 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
   gchemutils-0.10.3.ebuild, +files/gchemutils-0.10.3-glibc-2.10.patch:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-18 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-18 14:48 [gentoo-commits] gentoo-x86 commit in sci-chemistry/gchemutils: ChangeLog gchemutils-0.8.7.ebuild Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-29 23:47 Jeffrey Gardner (je_fro)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox