public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/qtnotifydaemon: metadata.xml ChangeLog qtnotifydaemon-1.0.14.ebuild Manifest
@ 2012-01-28  2:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-01-28  2:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/28 02:14:54

  Added:                metadata.xml ChangeLog qtnotifydaemon-1.0.14.ebuild
                        Manifest
  Log:
  Initial commit.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-misc/qtnotifydaemon/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>qt</herd>
  <herd>desktop-misc</herd>
  <maintainer>
    <email>ssuominen@gentoo.org</email>
    <name>Samuli Suominen</name>
  </maintainer>
</pkgmetadata>



1.1                  x11-misc/qtnotifydaemon/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for x11-misc/qtnotifydaemon
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/ChangeLog,v 1.1 2012/01/28 02:14:54 ssuominen Exp $

*qtnotifydaemon-1.0.14 (28 Jan 2012)

  28 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
  +qtnotifydaemon-1.0.14.ebuild:
  Initial commit.




1.1                  x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild?rev=1.1&content-type=text/plain

Index: qtnotifydaemon-1.0.14.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtnotifydaemon/qtnotifydaemon-1.0.14.ebuild,v 1.1 2012/01/28 02:14:54 ssuominen Exp $

EAPI=4
inherit qt4-r2

DESCRIPTION="A flexible and configurable notification daemon"
HOMEPAGE="http://drull.org.ru/qtnotifydaemon/ http://sourceforge.net/projects/qtnotifydaemon/"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/qt-dbus:4
	x11-libs/qt-gui:4
	!x11-misc/notification-daemon
	!x11-misc/notify-osd"
DEPEND="${RDEPEND}"

S=${WORKDIR}

src_install() {
	dobin ${PN}

	insinto /usr/share/dbus-1/services
	doins org.freedesktop.Notifications.service

	doman debian/${PN}.1
}



1.1                  x11-misc/qtnotifydaemon/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/qtnotifydaemon/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST qtnotifydaemon_1.0.14.orig.tar.gz 1136779 RMD160 5699b88960d52158eaf63ae54b56cd8dedfedf4e SHA1 3b5e66db9dd8ac70b61a1ff2cbe8028c955927ca SHA256 1e5a91c8b1f4a9954842a69c2e41bf8fbccad4dcdc115797863098f800be54b5
EBUILD qtnotifydaemon-1.0.14.ebuild 709 RMD160 748061632187bdc19a7b453bfff9676a826633ab SHA1 51197d3067dde16deb61577a5edd12b52a47aec4 SHA256 dde0ad70cf3c895ea0c5e395b75f39f3df31d1c2b8d812d27221a5c6195ceeb3
MISC ChangeLog 268 RMD160 b6a348525daf1383c322deb574d6ed55c221ec5a SHA1 33e881d3f8f5f1d3de2b7ed052d5a92bdde189ee SHA256 4dfb2a2189f7175118de0dfd91c4230e0374c1903576fa97c70d54e5b71001e4
MISC metadata.xml 289 RMD160 0ee7210e199b87e33c6eb76ec2cbb6e4cbfc8f59 SHA1 4a02d5fbddf68e6d920f98f7d80173d04e00899a SHA256 77231c9b1e9073c6af250b3b39f58c5f3752cc66b482420f6a212e596d786d37






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-28  2:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-28  2:14 [gentoo-commits] gentoo-x86 commit in x11-misc/qtnotifydaemon: metadata.xml ChangeLog qtnotifydaemon-1.0.14.ebuild Manifest Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox