diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2010-06-19 12:02:34 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2010-06-19 12:02:34 +0000 |
commit | 3694ecca1b5aad7a906d6695d555f984752f8fdd (patch) | |
tree | 699c48fad39103320148d7c998bed8cb115fcb7e /sci-electronics | |
parent | Now in portage. See Bug #293960. (diff) | |
download | sunrise-reviewed-3694ecca1b5aad7a906d6695d555f984752f8fdd.tar.gz sunrise-reviewed-3694ecca1b5aad7a906d6695d555f984752f8fdd.tar.bz2 sunrise-reviewed-3694ecca1b5aad7a906d6695d555f984752f8fdd.zip |
Delete wrongly commited ebuild.
svn path=/sunrise/; revision=10787
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/puff/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/puff/Manifest | 4 | ||||
-rw-r--r-- | sci-electronics/puff/metadata.xml | 6 | ||||
-rw-r--r-- | sci-electronics/puff/puff-20100127.ebuild | 48 |
4 files changed, 0 insertions, 64 deletions
diff --git a/sci-electronics/puff/ChangeLog b/sci-electronics/puff/ChangeLog deleted file mode 100644 index 63137cc06..000000000 --- a/sci-electronics/puff/ChangeLog +++ /dev/null @@ -1,6 +0,0 @@ -# ChangeLog for sci-electronics/puff -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -* puff-20100127 (29 Apr 2010) - diff --git a/sci-electronics/puff/Manifest b/sci-electronics/puff/Manifest deleted file mode 100644 index e8abb0895..000000000 --- a/sci-electronics/puff/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST puff-20100127.tgz 430028 RMD160 7bc0bc17092f2bd653da329414c9b5717cb03dbc SHA1 21771a86f808a7b7d2d09dfe547a824f8b2ab679 SHA256 055b9831abda64d59fddc74bce0fa0b4a393101725ad06281002411f66dc6dbd -EBUILD puff-20100127.ebuild 1052 RMD160 8e3173b4c248198f24b19075c60566107e49127f SHA1 850909c7b38fea8a0f8f3e04f52d3da1ead2d709 SHA256 2a82fdee4d2673f7e0a6334dfd75f98372574b6b1869e0fba13198e5e4308b9d -MISC ChangeLog 152 RMD160 7af272d25587999e1c10b9835fe927ecdeb0aa0b SHA1 82dd8536505c89653210d17bd05ac349507525b8 SHA256 474100832c6035f4b2e57ed0a518f43db2d8023ae1999c05a5787e008da41cfa -MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/sci-electronics/puff/metadata.xml b/sci-electronics/puff/metadata.xml deleted file mode 100644 index e6233b5dc..000000000 --- a/sci-electronics/puff/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> -</pkgmetadata> diff --git a/sci-electronics/puff/puff-20100127.ebuild b/sci-electronics/puff/puff-20100127.ebuild deleted file mode 100644 index bd40e6422..000000000 --- a/sci-electronics/puff/puff-20100127.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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." -} |