diff options
Diffstat (limited to 'app-misc/toggl-desktop/toggl-desktop-2.5.0.0.ebuild')
-rw-r--r-- | app-misc/toggl-desktop/toggl-desktop-2.5.0.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/toggl-desktop/toggl-desktop-2.5.0.0.ebuild b/app-misc/toggl-desktop/toggl-desktop-2.5.0.0.ebuild new file mode 100644 index 0000000..decbafc --- /dev/null +++ b/app-misc/toggl-desktop/toggl-desktop-2.5.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit qt4-r2 eutils + +DESCRIPTION="Toggl Desktop is a SSB with extra features for Toggl" +HOMEPAGE="http://www.toggl.com" +SRC_URI="http://dev.gentoo.org/~hollow/distfiles/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="${DEPEND}" +RDEPEND="${RDEPEND}" |