diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-im/dianara | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-im/dianara')
-rw-r--r-- | net-im/dianara/Manifest | 1 | ||||
-rw-r--r-- | net-im/dianara/dianara-1.2.4.ebuild | 57 | ||||
-rw-r--r-- | net-im/dianara/metadata.xml | 11 |
3 files changed, 69 insertions, 0 deletions
diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest new file mode 100644 index 000000000000..36583f19c8c5 --- /dev/null +++ b/net-im/dianara/Manifest @@ -0,0 +1 @@ +DIST dianara-v1.2.4.tar.gz 540237 SHA256 8e58042e551646a09bd3c47838a1fb6d65c90501547ce4ed85944814d6e609d2 SHA512 78bacd0a02f5070b54d0a0aa74282592ab60aa734143c50f00f97f0dc09308f0571205608e0150fd4eb5cdca0083a5a2b0acaa2f90a00f84cd9cc6737dee30c7 WHIRLPOOL 940a6c2a0a1e15accaee24b40b96a87c0f8d947d65bfa7e7d3155ccdf90ca73b0ae6a8a7bc5f3281736f298f1748a352638d772153479fa5d4f1d1119febf636 diff --git a/net-im/dianara/dianara-1.2.4.ebuild b/net-im/dianara/dianara-1.2.4.ebuild new file mode 100644 index 000000000000..24182a722b2c --- /dev/null +++ b/net-im/dianara/dianara-1.2.4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils gnome2-utils qmake-utils + +MY_P=${PN}-v${PV/_beta/beta} +DESCRIPTION="Qt-based client for the pump.io distributed social network" +HOMEPAGE="http://dianara.nongnu.org/" +SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND=" + app-crypt/qca:2[qt4(+)] + dev-libs/qjson + dev-libs/qoauth + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 + sys-apps/file" +RDEPEND="${DEPEND} + app-crypt/qca:2[openssl] +" + +S=${WORKDIR}/${MY_P} + +src_configure() { + eqmake4 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + + doman manual/* + dodoc README TODO CHANGELOG BUGS + doicon -s 32 icon/32x32/${PN}.png + doicon -s 64 icon/64x64/${PN}.png + domenu ${PN}.desktop +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/net-im/dianara/metadata.xml b/net-im/dianara/metadata.xml new file mode 100644 index 000000000000..9a53b08c0ed6 --- /dev/null +++ b/net-im/dianara/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <upstream> + <bugs-to>https://savannah.nongnu.org/bugs/?group=dianara</bugs-to> + <remote-id type="gitorious">dianara</remote-id> + </upstream> +</pkgmetadata> |