add qtdiscs ebuilds for stable and latest git versions

This commit is contained in:
Sergey Popov 2011-09-16 22:37:24 +04:00
parent 0be5221c6a
commit 108caf1c54
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST qtdiscs-0.2.tar.gz 4270 RMD160 6d4f3a35f2a42743c01c69083de131b289134ff3 SHA1 88d0bda0cfe341cadc7650c30155d1a1950ac048 SHA256 a50e6c5a7b40c8ccab2f29bdd62704b07f6609f825a9820b2882948bf82e3d22
EBUILD qtdiscs-0.2.ebuild 844 RMD160 9ba960f7d496ec60dc21a4e591793a6f68891d9c SHA1 c241c7117078e2ebfef452280cfaa9570e1d6732 SHA256 8b99eb638daf7d8258f1f89e17172beeaa49b67c2653caff1be130aa6c9d3d68
EBUILD qtdiscs-9999.ebuild 844 RMD160 9ba960f7d496ec60dc21a4e591793a6f68891d9c SHA1 c241c7117078e2ebfef452280cfaa9570e1d6732 SHA256 8b99eb638daf7d8258f1f89e17172beeaa49b67c2653caff1be130aa6c9d3d68

View File

@ -0,0 +1,35 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
if [[ ${PV} == 9999* ]]
then
inherit qt4-r2 git-2 eutils
EGIT_REPO_URI="git://github.com/Pinkbyte/qtdiscs.git"
EGIT_BRANCH=master
SRC_URI=""
KEYWORDS=""
else
inherit qt4-r2 eutils
SRC_URI="https://github.com/Pinkbyte/qtdiscs/tarball/0.2 -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/Pinkbyte-qtdiscs-1ba0feb"
fi
DESCRIPTION="QtDiscs is a little program to show information about CD and DVD discs collection"
HOMEPAGE="http://github.com/Pinkbyte/qtdiscs"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND="x11-libs/qt-gui:4
x11-libs/qt-sql:4"
DEPEND="${RDEPEND}"
src_install() {
qt4-r2_src_install
dodoc README
}

View File

@ -0,0 +1,35 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
if [[ ${PV} == 9999* ]]
then
inherit qt4-r2 git-2 eutils
EGIT_REPO_URI="git://github.com/Pinkbyte/qtdiscs.git"
EGIT_BRANCH=master
SRC_URI=""
KEYWORDS=""
else
inherit qt4-r2 eutils
SRC_URI="https://github.com/Pinkbyte/qtdiscs/tarball/0.2 -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/Pinkbyte-qtdiscs-1ba0feb"
fi
DESCRIPTION="QtDiscs is a little program to show information about CD and DVD discs collection"
HOMEPAGE="http://github.com/Pinkbyte/qtdiscs"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND="x11-libs/qt-gui:4
x11-libs/qt-sql:4"
DEPEND="${RDEPEND}"
src_install() {
qt4-r2_src_install
dodoc README
}