public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/puff: metadata.xml ChangeLog puff-20100127.ebuild
@ 2011-01-02 15:36 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; only message in thread
From: Thomas Beierlein (tomjbe) @ 2011-01-02 15:36 UTC (permalink / raw
  To: gentoo-commits

tomjbe      11/01/02 15:36:10

  Added:                metadata.xml ChangeLog puff-20100127.ebuild
  Log:
  Initial ebuild (bug #316807). Moved from sci overlay.
  
  (Portage version: 2.1.9.27/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-electronics/puff/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>sci-electronics</herd>
	<maintainer>
		<email>tomjbe@gentoo.org</email>
		<name>Thomas Beierlein</name>
	</maintainer>
</pkgmetadata>



1.1                  sci-electronics/puff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-electronics/puff
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/ChangeLog,v 1.1 2011/01/02 15:36:10 tomjbe Exp $

  02 Jan 2011; Thomas Beierlein <tomjbe@gentoo.org> +puff-20100127.ebuild,
  +metadata.xml:
  Initial ebuild (bug #316807). Moved from sci overlay.

*puff-20100127 (04 Jul 2010)

  04 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> +puff-20100127.ebuild,
  +metadata.xml:
  Initial ebuild (see bug #316807)




1.1                  sci-electronics/puff/puff-20100127.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild?rev=1.1&content-type=text/plain

Index: puff-20100127.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/puff/puff-20100127.ebuild,v 1.1 2011/01/02 15:36:10 tomjbe Exp $

EAPI="2"

inherit flag-o-matic multilib

DESCRIPTION="microwave CAD software"
HOMEPAGE="http://www.vf.utwente.nl/~ptdeboer/ham/puff/"
SRC_URI="http://www.vf.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
	dev-lang/fpc
	amd64? ( >=dev-lang/fpc-2.4.0 )"

src_prepare() {
	# fix lib path for X11 and dont ignore LDFLAGS
	sed -i -e "s#lib\\\/#$(get_libdir)\\\/#" \
		-e 's/link.res pu/link.res $(LDFLAGS) pu/' Makefile || die
}

src_compile() {
	LDFLAGS="$(raw-ldflags)"
	emake -j1 || die
}

src_install() {
	dobin puff || die

	dodoc changelog.txt README.txt || die
	newdoc "Puff Manual.pdf" Puff_Manual.pdf || die

	insinto /usr/share/${PN}
	doins setup.puf || die
	doins -r orig_dev_and_puf_files || die
}

pkg_postinst() {
	elog "You must copy /usr/share/${PN}/setup.puf into your working directory"
	elog "before using the program."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-02 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-02 15:36 [gentoo-commits] gentoo-x86 commit in sci-electronics/puff: metadata.xml ChangeLog puff-20100127.ebuild Thomas Beierlein (tomjbe)

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