diff options
-rw-r--r-- | net-p2p/qt-dcgui/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.4-r1 | 1 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.7-r1 | 1 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/qt-dcgui-0.2.4-r1.ebuild | 33 | ||||
-rw-r--r-- | net-p2p/qt-dcgui/qt-dcgui-0.2.7-r1.ebuild | 38 | ||||
-rw-r--r-- | net-www/webcpp/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/webcpp/files/digest-webcpp-0.8.0-r1 | 1 | ||||
-rw-r--r-- | net-www/webcpp/webcpp-0.8.0-r1.ebuild | 35 | ||||
-rw-r--r-- | net-www/webcpp/webcpp-0.8.0.ebuild | 15 |
9 files changed, 129 insertions, 10 deletions
diff --git a/net-p2p/qt-dcgui/ChangeLog b/net-p2p/qt-dcgui/ChangeLog index a4f796bbefb1..3a2d458c8ebb 100644 --- a/net-p2p/qt-dcgui/ChangeLog +++ b/net-p2p/qt-dcgui/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/qt-dcgui # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/ChangeLog,v 1.19 2003/03/14 17:04:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/ChangeLog,v 1.20 2003/03/20 13:30:27 seemant Exp $ + +*qt-dcgui-0.2.7-r1 (20 Mar 2003) + + 20 Mar 2003; Seemant Kulleen <seemant@gentoo.org> qt-dcgui-0.2.4-r1.ebuild, + qt-dcgui-0.2.7-r1.ebuild: + removed pic cruft *qt-dcgui-0.2.7 (14 Mar 2003) diff --git a/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.4-r1 b/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.4-r1 new file mode 100644 index 000000000000..3a7c941a5c75 --- /dev/null +++ b/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.4-r1 @@ -0,0 +1 @@ +MD5 655439422a7cd8e54473ff36139f2642 dcgui-0.2.4.tar.bz2 643787 diff --git a/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.7-r1 b/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.7-r1 new file mode 100644 index 000000000000..33307ae826c8 --- /dev/null +++ b/net-p2p/qt-dcgui/files/digest-qt-dcgui-0.2.7-r1 @@ -0,0 +1 @@ +MD5 dc3b5741d227a286e2cde958fee366d9 dcgui-0.2.7.tar.bz2 663172 diff --git a/net-p2p/qt-dcgui/qt-dcgui-0.2.4-r1.ebuild b/net-p2p/qt-dcgui/qt-dcgui-0.2.4-r1.ebuild new file mode 100644 index 000000000000..b5b7ca5c0544 --- /dev/null +++ b/net-p2p/qt-dcgui/qt-dcgui-0.2.4-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/qt-dcgui-0.2.4-r1.ebuild,v 1.1 2003/03/20 13:30:27 seemant Exp $ + +inherit kde-functions + +MY_P=${P/qt-/} +S="${WORKDIR}/${MY_P}" +DESCRIPTION="Qt based client for DirectConnect" +HOMEPAGE="http://dc.ketelhot.de/" +SRC_URI="http://download.berlios.de/dcgui/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc ~sparc ~alpha ~mips ~hppa ~arm" + +need-qt 3 +newdepend ">=dev-libs/libxml2-2.4.22 + ~net-p2p/dclib-${PV}" + +src_compile() { + export CPPFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml" + + econf --with-libdc=/usr \ + --with-qt-dir=${QTDIR} \ + || die + make || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO +} diff --git a/net-p2p/qt-dcgui/qt-dcgui-0.2.7-r1.ebuild b/net-p2p/qt-dcgui/qt-dcgui-0.2.7-r1.ebuild new file mode 100644 index 000000000000..da6ae9b90d24 --- /dev/null +++ b/net-p2p/qt-dcgui/qt-dcgui-0.2.7-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qt-dcgui/qt-dcgui-0.2.7-r1.ebuild,v 1.1 2003/03/20 13:30:27 seemant Exp $ + +inherit kde-functions +need-qt 3 + +IUSE="ssl" + +MY_P=${P/qt-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Qt based client for DirectConnect" +HOMEPAGE="http://dc.ketelhot.de/" +SRC_URI="http://download.berlios.de/dcgui/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" + + +newdepend ">=dev-libs/libxml2-2.4.22 + =net-p2p/dclib-${PV}* + ssl? ( dev-libs/openssl )" + +src_compile() { + econf \ + --with-gnu-ld \ + `use_with ssl` \ + --with-libdc=/usr \ + --with-qt-dir=/usr/qt/3 \ + || die + make || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO +} diff --git a/net-www/webcpp/ChangeLog b/net-www/webcpp/ChangeLog index f4fa301a3292..34888e77fc29 100644 --- a/net-www/webcpp/ChangeLog +++ b/net-www/webcpp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/webcpp # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/webcpp/ChangeLog,v 1.1 2003/02/17 02:10:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/webcpp/ChangeLog,v 1.2 2003/03/20 13:26:25 seemant Exp $ + +*webcpp-0.8.0-r1 (20 Mar 2003) + + 20 Mar 2003; Seemant Kulleen <seemant@gentoo.org> webcpp-0.8.0-r1.ebuild: + removed pic cruft *webcpp-0.8.0 (16 Feb 2003) diff --git a/net-www/webcpp/files/digest-webcpp-0.8.0-r1 b/net-www/webcpp/files/digest-webcpp-0.8.0-r1 new file mode 100644 index 000000000000..cbad8e279234 --- /dev/null +++ b/net-www/webcpp/files/digest-webcpp-0.8.0-r1 @@ -0,0 +1 @@ +MD5 5982f6f55aad8496e4fbc362e41582eb webcpp-0.8.0-src.tar.gz 414989 diff --git a/net-www/webcpp/webcpp-0.8.0-r1.ebuild b/net-www/webcpp/webcpp-0.8.0-r1.ebuild new file mode 100644 index 000000000000..a74ea2a42c52 --- /dev/null +++ b/net-www/webcpp/webcpp-0.8.0-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/webcpp/webcpp-0.8.0-r1.ebuild,v 1.1 2003/03/20 13:26:25 seemant Exp $ + +inherit gcc + +IUSE="" + +S=${WORKDIR}/${P}-src +DESCRIPTION="converts source code into HTML file using a customizable syntax highlighting engine and colour schemes" +HOMEPAGE="http://webcpp.sourceforge.net/" +SRC_URI="mirror://sourceforge/webcpp/${P}-src.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" + +RDEPEND="sys-devel/gcc + virtual/glibc" + +pkg_setup() { + [ `gcc-major-version` -eq 2 ] \ + && die "WebCPP only works with gcc-3.x" \ + || return 0 +} + +src_compile() { + econf --with-gnu-ld || die + emake || die +} + +src_install() { + einstall || die + dodoc AUTHORS CREDITS ChangeLog README TODO +} diff --git a/net-www/webcpp/webcpp-0.8.0.ebuild b/net-www/webcpp/webcpp-0.8.0.ebuild index 7e1257ef1e8c..a4a635e7e1b2 100644 --- a/net-www/webcpp/webcpp-0.8.0.ebuild +++ b/net-www/webcpp/webcpp-0.8.0.ebuild @@ -1,24 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/webcpp/webcpp-0.8.0.ebuild,v 1.3 2003/02/18 02:51:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/webcpp/webcpp-0.8.0.ebuild,v 1.4 2003/03/20 13:25:58 seemant Exp $ inherit gcc +IUSE="" + +S=${WORKDIR}/${P}-src DESCRIPTION="converts source code into HTML file using a customizable syntax highlighting engine and colour schemes" HOMEPAGE="http://webcpp.sourceforge.net/" SRC_URI="mirror://sourceforge/webcpp/${P}-src.tar.gz" -LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" -IUSE="pic" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" -DEPEND="" RDEPEND="sys-devel/gcc virtual/glibc" -S=${WORKDIR}/${P}-src - pkg_setup() { [ `gcc-major-version` -eq 2 ] \ && die "WebCPP only works with gcc-3.x" \ @@ -26,7 +25,7 @@ pkg_setup() { } src_compile() { - econf --with-gnu-ld `use_with pic` || die + econf --with-gnu-ld || die emake || die } |