From: APTX Date: Wed, 11 May 2011 08:11:34 +0000 (+0200) Subject: Create overlay X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=8093f700dca0664cc48095f02cc77f421796d594;p=anidbudpclient-overlay.git Create overlay --- 8093f700dca0664cc48095f02cc77f421796d594 diff --git a/app-anidbudpclient/anidbudpclient/anidbudpclient-9999.ebuild b/app-anidbudpclient/anidbudpclient/anidbudpclient-9999.ebuild new file mode 100755 index 0000000..6a56a3f --- /dev/null +++ b/app-anidbudpclient/anidbudpclient/anidbudpclient-9999.ebuild @@ -0,0 +1,38 @@ +# ... + +EAPI="3" + +EGIT_REPO_URI="http://aptx.org/git/anidbudpclient.git" +EXPERIMENTAL="true" + +inherit git-2 qt4-r2 + +DESCRIPTION="AniDBUdpClient library" +HOMEPAGE="http://aptx.org/gitweb/?p=anidbudpclient.git;a=summary" +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# none for now +IUSE="debug" + +# x11-libs/libqxt depends on gui/X even though it is not requird nor needed for this ebuild +DEPEND=" + >=x11-libs/qt-core-4.7 + >=x11-libs/qt-network-4.7 + >=x11-libs/qt-script-4.7 + >=x11-libs/libqxt-0.6.0 +" +RDEPEND="${DEPEND}" + +src_unpack() { + git-2_src_unpack +} + +src_configure() { + eqmake4 -recursive +} + +src_install() { + qt4-r2_src_install +} diff --git a/app-anidbudpclient/anidbudpclient/metadata.xml b/app-anidbudpclient/anidbudpclient/metadata.xml new file mode 100755 index 0000000..9fe616d --- /dev/null +++ b/app-anidbudpclient/anidbudpclient/metadata.xml @@ -0,0 +1,5 @@ + + + + no-herd + diff --git a/app-anidbudpclient/metadata.xml b/app-anidbudpclient/metadata.xml new file mode 100755 index 0000000..e49597e --- /dev/null +++ b/app-anidbudpclient/metadata.xml @@ -0,0 +1,7 @@ + + + + + Category holds AniDBUdpClient tools + + diff --git a/profiles/package.mask b/profiles/package.mask new file mode 100755 index 0000000..a78e97a --- /dev/null +++ b/profiles/package.mask @@ -0,0 +1 @@ +=app-anidbudpclient/anidbudpclient-9999 diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..9009b78 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +anidbudpclient diff --git a/profiles/repositories.xml b/profiles/repositories.xml new file mode 100755 index 0000000..04c9e7d --- /dev/null +++ b/profiles/repositories.xml @@ -0,0 +1,13 @@ + + + + + + http://aptx.org/gitweb/?p=anidbudpclient-overlay.git;a=summary + + + APTX + + http://aptx.org/git/anidbudpclient-overlay.git + + \ No newline at end of file