diff options
4 files changed, 33 insertions, 0 deletions
diff --git a/virtual/leechcraft-wysiwyg-editor/ChangeLog b/virtual/leechcraft-wysiwyg-editor/ChangeLog new file mode 100644 index 000000000000..4ba2f1ab55ee --- /dev/null +++ b/virtual/leechcraft-wysiwyg-editor/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for virtual/leechcraft-wysiwyg-editor +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-wysiwyg-editor/ChangeLog,v 1.1 2012/12/22 15:31:26 maksbotan Exp $ + +*leechcraft-wysiwyg-editor-9999 (22 Dec 2012) + + 22 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-wysiwyg-editor-9999.ebuild, +metadata.xml: + Add virtual/leechcraft-wysiwyg-editor-9999, thanks to 0xd34df00d diff --git a/virtual/leechcraft-wysiwyg-editor/Manifest b/virtual/leechcraft-wysiwyg-editor/Manifest new file mode 100644 index 000000000000..708152f5f77a --- /dev/null +++ b/virtual/leechcraft-wysiwyg-editor/Manifest @@ -0,0 +1,2 @@ +EBUILD leechcraft-wysiwyg-editor-9999.ebuild 448 SHA256 c0d093d7d0de490d23db9051880232053cd114d5ef086357352aad24653700a0 SHA512 380915df3dc17c7eaaa4e167983132a03e0108fea2898a1a4541a28e70585435a76b19439a6cc52089a0c88e93fea812ccbdc095cb9902a33d29ac770adefff8 WHIRLPOOL 6bd98f2ead84459972c34ad4e897254d5a82f15ff04a782f938ad1a08f7183be741fdbedd52fd999f9ab3d490b03daaa14d7bc247046614a6ffa8a66d312fb5e +MISC metadata.xml 164 SHA256 d3d50c47cc72568dcc457fe11ddfc6849ba6572bc2d581aad1deac910ee1d488 SHA512 ce478accd06c9c530d86b3ca8abaf3680428a7ab07ed8bb5b78e60c7e3240c3be349993f73e2ef904642efec5cd9c8abb7196675b46723103290ef9ab5d1cc10 WHIRLPOOL 4c2d59059bc69ff27c720b093f582968e2778d23875e0f7d3edba0ec6634e1b50e7403974c4a32638eeaae4d7baf45ca163e5e80f5bd692590b7d075882d51f0 diff --git a/virtual/leechcraft-wysiwyg-editor/leechcraft-wysiwyg-editor-9999.ebuild b/virtual/leechcraft-wysiwyg-editor/leechcraft-wysiwyg-editor-9999.ebuild new file mode 100644 index 000000000000..87df83866f10 --- /dev/null +++ b/virtual/leechcraft-wysiwyg-editor/leechcraft-wysiwyg-editor-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-wysiwyg-editor/leechcraft-wysiwyg-editor-9999.ebuild,v 1.1 2012/12/22 15:31:26 maksbotan Exp $ + +EAPI="4" + +DESCRIPTION="Virtual for LeechCraft plugins providing WYSIWYG text editor" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="~x11-plugins/leechcraft-lhtr-${PV}" +DEPEND="" diff --git a/virtual/leechcraft-wysiwyg-editor/metadata.xml b/virtual/leechcraft-wysiwyg-editor/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/virtual/leechcraft-wysiwyg-editor/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> |