public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/fig2sxd: ChangeLog fig2sxd-0.17.ebuild
@ 2008-04-19  9:39 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-04-19  9:39 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/04/19 09:39:43

  Modified:             ChangeLog
  Added:                fig2sxd-0.17.ebuild
  Log:
  Bump with fix from Debian, thanks to Peter Alfredsen (bug #218325)
  (Portage version: 2.1.5_rc4)

Revision  Changes    Path
1.5                  sci-visualization/fig2sxd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Feb 2008 21:36:30 -0000	1.4
+++ ChangeLog	19 Apr 2008 09:39:43 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for sci-visualization/fig2sxd
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/ChangeLog,v 1.4 2008/02/06 21:36:30 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/ChangeLog,v 1.5 2008/04/19 09:39:43 bicatali Exp $
+
+*fig2sxd-0.17 (19 Apr 2008)
+
+  19 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org> +fig2sxd-0.17.ebuild:
+  Bump with fix from Debian, thanks to Peter Alfredsen (bug #218325)
 
   06 Feb 2008; Fabian Groffen <grobian@gentoo.org> fig2sxd-0.13.ebuild:
   Dropped ppc-macos keyword, see you in prefix



1.1                  sci-visualization/fig2sxd/fig2sxd-0.17.ebuild

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

Index: fig2sxd-0.17.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/fig2sxd-0.17.ebuild,v 1.1 2008/04/19 09:39:43 bicatali Exp $

inherit eutils toolchain-funcs

DESCRIPTION="A utility to convert files in xfig format to OpenOffice.org Draw format"
LICENSE="GPL-2"

HOMEPAGE="http://sourceforge.net/projects/fig2sxd"
SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz
	 mirror://debian/pool/main/f/${PN}/${PN}_${PV}-1.1.diff.gz"

SLOT="0"

KEYWORDS="~amd64 ~x86"

IUSE=""

# Our workdir is somewhat different due
# to the tarball name
S="${WORKDIR}/${P}.orig"

src_unpack() {
	unpack ${A}
	epatch "${WORKDIR}"/${PN}_${PV}-1.1.diff
}

src_compile() {
	emake CXXF="${CXXFLAGS}" CXX="$(tc-getCXX)" || die "emake failed"
}

src_install() {
	dobin ${PN} || die
	doman ${PN}.1 || die
	dodoc debian/changelog || die
}



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



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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/fig2sxd: ChangeLog fig2sxd-0.17.ebuild
@ 2009-09-01  2:40 Markus Dittrich (markusle)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Dittrich (markusle) @ 2009-09-01  2:40 UTC (permalink / raw
  To: gentoo-commits

markusle    09/09/01 02:40:29

  Modified:             ChangeLog
  Removed:              fig2sxd-0.17.ebuild
  Log:
  Removed old ebuild.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sci-visualization/fig2sxd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fig2sxd/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fig2sxd/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/fig2sxd/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Sep 2009 02:31:58 -0000	1.7
+++ ChangeLog	1 Sep 2009 02:40:29 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/fig2sxd
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/ChangeLog,v 1.7 2009/09/01 02:31:58 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/ChangeLog,v 1.8 2009/09/01 02:40:29 markusle Exp $
+
+  01 Sep 2009; Markus Dittrich <markusle@gentoo.org> -fig2sxd-0.17.ebuild:
+  Removed old ebuild.
 
 *fig2sxd-0.20 (01 Sep 2009)
 






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

end of thread, other threads:[~2009-08-31 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-19  9:39 [gentoo-commits] gentoo-x86 commit in sci-visualization/fig2sxd: ChangeLog fig2sxd-0.17.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-01  2:40 Markus Dittrich (markusle)

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