diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-05-28 23:14:03 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-05-28 23:14:03 +0000 |
commit | 023e8181811492b9abe97f988dc6c4dfdebe5e3a (patch) | |
tree | 2a10e68e16d32d61b324d9ec3439998ae5f26065 /x11-plugins | |
parent | Stable for HPPA (bug #415861). (diff) | |
download | gentoo-2-023e8181811492b9abe97f988dc6c4dfdebe5e3a.tar.gz gentoo-2-023e8181811492b9abe97f988dc6c4dfdebe5e3a.tar.bz2 gentoo-2-023e8181811492b9abe97f988dc6c4dfdebe5e3a.zip |
initial import with Manuel Rueger wrt #286548
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
4 files changed, 52 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-birthday-reminder/ChangeLog b/x11-plugins/pidgin-birthday-reminder/ChangeLog new file mode 100644 index 000000000000..1b0b3576359d --- /dev/null +++ b/x11-plugins/pidgin-birthday-reminder/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/pidgin-birthday-reminder +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-birthday-reminder/ChangeLog,v 1.1 2012/05/28 23:14:03 hasufell Exp $ + +*pidgin-birthday-reminder-1.7 (28 May 2012) + + 28 May 2012; Julian Ospald <hasufell@gentoo.org> + +pidgin-birthday-reminder-1.7.ebuild, +metadata.xml: + initial import with Manuel Rueger wrt #286548 + diff --git a/x11-plugins/pidgin-birthday-reminder/Manifest b/x11-plugins/pidgin-birthday-reminder/Manifest new file mode 100644 index 000000000000..8fe56ad6344b --- /dev/null +++ b/x11-plugins/pidgin-birthday-reminder/Manifest @@ -0,0 +1,4 @@ +DIST pidgin-birthday-reminder-1.7.tar.gz 470361 RMD160 bfdb1f2165f21a1b11be707355dd661f73d62d8e SHA1 f631fe0083b7b0ccae4c6fbe92cd6bfc75e3c70b SHA256 6ed8292fbf742d122542227891145ffdf2367427178387e3399a0575c126dbe4 +EBUILD pidgin-birthday-reminder-1.7.ebuild 496 RMD160 23f3abd23bb0f396440543aa2c45fede4b6fe8e4 SHA1 3c197f214cdbf3e347a26e88019c85cbabcc139d SHA256 4b27b25002d99e181d309df2bdf3f847ef5a0df0ea84ecc640ea383424ccdb2f +MISC ChangeLog 337 RMD160 343d1d9f53ce632a715aee50608c38c8b975e274 SHA1 f9201578b3d38102a375f6e3aef8dc5ac8d04b54 SHA256 82ad4501832cdd7d56077443fb2695b12013b971df66e04dbdc2cc4fcd002a35 +MISC metadata.xml 583 RMD160 60331852af195fe1d0ff830d44d8db907868317a SHA1 304e91b0a03f2b2f9afcd9cfb3a508afa3db85cb SHA256 22233e2e3ba9e0d327be759aa56bd5f601ba3deaa1ae47eb17b5fb9ef69b23d2 diff --git a/x11-plugins/pidgin-birthday-reminder/metadata.xml b/x11-plugins/pidgin-birthday-reminder/metadata.xml new file mode 100644 index 000000000000..1080437553f8 --- /dev/null +++ b/x11-plugins/pidgin-birthday-reminder/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-im</herd>
+ <maintainer>
+ <email>hasufell@gentoo.org</email>
+ <name>Julian Ospald</name>
+ <description>Maintainer. Assign bugs to him</description>
+ </maintainer>
+ <maintainer>
+ <email>gentoo@rueg.eu</email>
+ <name>Manuel Rüger</name>
+ <description>Proxy maintainer. CC him on bugs</description>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://bugs.launchpad.net/pidgin-birthday-reminder</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild new file mode 100644 index 000000000000..108d254f3474 --- /dev/null +++ b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild,v 1.1 2012/05/28 23:14:03 hasufell Exp $ + +EAPI=4 + +DESCRIPTION="Plugin for Pidgin that reminds you of your buddies birthdays" +HOMEPAGE="http://launchpad.net/pidgin-birthday-reminder" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-im/pidgin[gtk]" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" |