diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-30 08:24:39 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-30 08:24:39 +0000 |
commit | eb9af6288f89910998da04bf044335e66864eaad (patch) | |
tree | f3d00df599f6e4069599dcbc626ca658a2b05d19 /virtual/leechcraft-notifier | |
parent | Initial commit, thanks to 0xd34df00d (diff) | |
download | gentoo-2-eb9af6288f89910998da04bf044335e66864eaad.tar.gz gentoo-2-eb9af6288f89910998da04bf044335e66864eaad.tar.bz2 gentoo-2-eb9af6288f89910998da04bf044335e66864eaad.zip |
Initial commit, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'virtual/leechcraft-notifier')
-rw-r--r-- | virtual/leechcraft-notifier/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/leechcraft-notifier/leechcraft-notifier-9999.ebuild | 16 | ||||
-rw-r--r-- | virtual/leechcraft-notifier/metadata.xml | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/virtual/leechcraft-notifier/ChangeLog b/virtual/leechcraft-notifier/ChangeLog new file mode 100644 index 000000000000..8167e6b6458e --- /dev/null +++ b/virtual/leechcraft-notifier/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for virtual/leechcraft-notifier +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/ChangeLog,v 1.1 2013/04/30 08:24:39 pinkbyte Exp $ + +*leechcraft-notifier-9999 (30 Apr 2013) + + 30 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> + +leechcraft-notifier-9999.ebuild, +metadata.xml: + Initial commit, thanks to 0xd34df00d + diff --git a/virtual/leechcraft-notifier/leechcraft-notifier-9999.ebuild b/virtual/leechcraft-notifier/leechcraft-notifier-9999.ebuild new file mode 100644 index 000000000000..f131b66cd0fe --- /dev/null +++ b/virtual/leechcraft-notifier/leechcraft-notifier-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/leechcraft-notifier-9999.ebuild,v 1.1 2013/04/30 08:24:39 pinkbyte Exp $ + +EAPI="5" + +DESCRIPTION="Virtual for LeechCraft plugins capable of visually notifying the user" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="" + +RDEPEND="|| ( app-leechcraft/lc-kinotify app-leechcraft/lc-dbusmanager )" +DEPEND="" diff --git a/virtual/leechcraft-notifier/metadata.xml b/virtual/leechcraft-notifier/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/virtual/leechcraft-notifier/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> |