add xijao egear downloader

This commit is contained in:
zlbgps 2008-10-22 12:08:35 +00:00
parent 72283ef4de
commit 43a5dea9a6
3 changed files with 78 additions and 0 deletions

3
net-misc/egear/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST egear-0.0.1.tar.gz 107285 RMD160 ff54d206df60656d1f06ba4d034dc1aed9dc3b7a SHA1 d3c6b3c27a61b989cedc1dc7cc8b6c018c556808 SHA256 db2e3c7c63de3efb3bb38658bb22d0abde81c739e827a7a72eb84144ff720722
EBUILD egear-0.0.1.ebuild 808 RMD160 0b0c67cd76ffba72108cf094c63ecbe579ca14fd SHA1 5933ee9d8c9f07884e63a4b546e294c2f00eafd8 SHA256 a71df584f43a37cd958dcdc0ad5734ac0efee023db7034a9b2bf8c5b83b5fbe2
EBUILD egear-9999.ebuild 704 RMD160 22f58c18b59c27aa96179e4258db1c6e0a9bf5b7 SHA1 0fe0f119fe463a1d1dda9733d7179646f2f9664b SHA256 794f730fbcce5120e5d435c6bb489274664860ea6f94e0bd3b43b544b85410cf

View File

@ -0,0 +1,37 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit qt4
DESCRIPTION="eGear, a download tool written in QT4"
HOMEPAGE="egear.googlecode.com"
SRC_URI="http://egear.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="doc"
DEPEND="dev-libs/openssl
net-misc/curl
|| ( ( x11-libs/qt-gui )
( >=x11-libs/qt-4.3 ) )"
RDEPEND="${DEPEND}"
RESTRICT="primaryuri"
src_compile() {
eqmake4
emake || die "emake fail"
}
src_install() {
insinto /usr/share/pixmaps
doins res/egear.png
insinto /usr/share/applications
doins misc/egear.desktop
dobin ${PN}
}

View File

@ -0,0 +1,38 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
inherit qt4 subversion
DESCRIPTION="eGear, a download tool written in QT4"
HOMEPAGE="egear.googlecode.com"
SRC_URI=""
ESVN_REPO_URI="http://egear.googlecode.com/svn/trunk/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="doc"
DEPEND="dev-libs/openssl
net-misc/curl
|| ( ( x11-libs/qt-gui )
( >=x11-libs/qt-4.3 ) )"
RDEPEND="${DEPEND}"
RESTRICT="primaryuri"
src_compile() {
eqmake4
emake || die "emake fail"
}
src_install() {
insinto /usr/share/pixmaps
doins res/egear.png
insinto /usr/share/applications
doins misc/egear.desktop
dobin ${PN}
}