diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-24 15:21:28 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-24 15:21:28 +0000 |
commit | 15b822f298b6c582c0c0331f434e254ec1a6ea66 (patch) | |
tree | 079c8a997a68d3e8204ab5ab525c007add8e27da /app-leechcraft/lc-laughty | |
parent | keyword ~amd64-fbsd, bug #461346 (diff) | |
download | gentoo-2-15b822f298b6c582c0c0331f434e254ec1a6ea66.tar.gz gentoo-2-15b822f298b6c582c0c0331f434e254ec1a6ea66.tar.bz2 gentoo-2-15b822f298b6c582c0c0331f434e254ec1a6ea66.zip |
Initial commit, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft/lc-laughty')
-rw-r--r-- | app-leechcraft/lc-laughty/ChangeLog | 10 | ||||
-rw-r--r-- | app-leechcraft/lc-laughty/lc-laughty-9999.ebuild | 17 | ||||
-rw-r--r-- | app-leechcraft/lc-laughty/metadata.xml | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app-leechcraft/lc-laughty/ChangeLog b/app-leechcraft/lc-laughty/ChangeLog new file mode 100644 index 000000000000..363dd599d219 --- /dev/null +++ b/app-leechcraft/lc-laughty/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-leechcraft/lc-laughty +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/ChangeLog,v 1.1 2013/05/24 15:21:28 pinkbyte Exp $ + +*lc-laughty-9999 (24 May 2013) + + 24 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-laughty-9999.ebuild, + +metadata.xml: + Initial commit, thanks to 0xd34df00d + diff --git a/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild b/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild new file mode 100644 index 000000000000..ed7f3c159e42 --- /dev/null +++ b/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild,v 1.1 2013/05/24 15:21:28 pinkbyte Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The LeechCraft notification daemon" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-laughty/metadata.xml b/app-leechcraft/lc-laughty/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-laughty/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> |