From b57f5620706c92d1fa4d233bb651134b25d86cdf Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 6 Dec 2013 00:43:40 +0100 Subject: add gentoo `packaging', improve debian one --- gentoo/libgato.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gentoo/libgato.ebuild (limited to 'gentoo/libgato.ebuild') diff --git a/gentoo/libgato.ebuild b/gentoo/libgato.ebuild new file mode 100644 index 0000000..e1ae941 --- /dev/null +++ b/gentoo/libgato.ebuild @@ -0,0 +1,22 @@ +# Copyright 2013 Javier S. Pedro +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +EGIT_REPO_URI="git://gitorious.org/gato/libgato.git" + +inherit git-2 qt4-r2 + +DESCRIPTION="Generic Attribute Profile library for Bluetooth device)" +HOMEPAGE="https://gitorious.org/firefox-gnome-globalmenu/qt4-gnome-globalmenu" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="debug" + +RDEPEND=">=dev-qt/qtcore-4.8:4 net-wireless/bluez" + +src_unpack() { + git-2_src_unpack +} -- cgit v1.2.3