diff options
Diffstat (limited to 'dev-util/qsoapman/qsoapman-0.4.ebuild')
-rw-r--r-- | dev-util/qsoapman/qsoapman-0.4.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-util/qsoapman/qsoapman-0.4.ebuild b/dev-util/qsoapman/qsoapman-0.4.ebuild deleted file mode 100644 index 5b0efdd2334f..000000000000 --- a/dev-util/qsoapman/qsoapman-0.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild,v 1.2 2008/07/27 21:38:38 carlo Exp $ - -EAPI=1 - -inherit qt3 - -IUSE="" - -DESCRIPTION="Qt SOAP Manager is a GUI tool for sending SOAP messages." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://qsoapman.sourceforge.net/" - -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -LICENSE="GPL-2" - -DEPEND="x11-libs/qt:3" - -RDEPEND="${DEPEND}" - -src_compile() { - ${QTDIR}/bin/qmake -o Makefile qsoapman.pro - sed -i -e "s/CFLAGS = -pipe -Wall -W -O2/CFLAGS = ${CFLAGS} -Wall -W/" src/Makefile - sed -i -e "s/CXXFLAGS = -pipe -Wall -W -O2/CXXFLAGS = ${CXXFLAGS} -Wall -W/" src/Makefile - - addpredict ${QTDIR}/etc/settings - - emake || die "make failed" -} - -src_install () { - insinto /usr/share/${PN} - doins *.xml - dobin bin/qsoapman - dodoc AUTHORS BUGS ChangeLog TODO -} |