diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-11-15 11:07:05 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-11-15 11:07:05 +0000 |
commit | 1664aef77cb67fc20457958fab6825c792bd8fa4 (patch) | |
tree | ee7956d92f7b7f81d7e3c7f1861418bfbe463fc5 /dev-ruby/ruby-panel-applet2 | |
parent | Version bump. See bugs #103470 and #109641. (diff) | |
download | historical-1664aef77cb67fc20457958fab6825c792bd8fa4.tar.gz historical-1664aef77cb67fc20457958fab6825c792bd8fa4.tar.bz2 historical-1664aef77cb67fc20457958fab6825c792bd8fa4.zip |
Initial import. See bugs #103470 and #109641.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-ruby/ruby-panel-applet2')
-rw-r--r-- | dev-ruby/ruby-panel-applet2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/ruby-panel-applet2/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/ruby-panel-applet2/files/digest-ruby-panel-applet2-0.14.1 | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-panel-applet2/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-panel-applet2/ruby-panel-applet2-0.14.1.ebuild | 17 |
5 files changed, 35 insertions, 0 deletions
diff --git a/dev-ruby/ruby-panel-applet2/ChangeLog b/dev-ruby/ruby-panel-applet2/ChangeLog new file mode 100644 index 000000000000..05aa83acdb6b --- /dev/null +++ b/dev-ruby/ruby-panel-applet2/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/ruby-panel-applet2 +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-panel-applet2/ChangeLog,v 1.1 2005/11/15 10:54:47 citizen428 Exp $ + +*ruby-panel-applet2-0.14.1 (15 Nov 2005) + + 15 Nov 2005; Michael Kohl <citizen428@gentoo.org> +metadata.xml, + +ruby-panel-applet2-0.14.1.ebuild: + Initial import. See bugs #103470 and #109641. + diff --git a/dev-ruby/ruby-panel-applet2/Manifest b/dev-ruby/ruby-panel-applet2/Manifest new file mode 100644 index 000000000000..329c7529af35 --- /dev/null +++ b/dev-ruby/ruby-panel-applet2/Manifest @@ -0,0 +1,2 @@ +MD5 48ac46f492218f3e6e642f9dab4a391d ruby-panel-applet2-0.14.1.ebuild 405 +MD5 40c205da3125901037d4e44b9e6db96d files/digest-ruby-panel-applet2-0.14.1 75 diff --git a/dev-ruby/ruby-panel-applet2/files/digest-ruby-panel-applet2-0.14.1 b/dev-ruby/ruby-panel-applet2/files/digest-ruby-panel-applet2-0.14.1 new file mode 100644 index 000000000000..58566ff9d4b9 --- /dev/null +++ b/dev-ruby/ruby-panel-applet2/files/digest-ruby-panel-applet2-0.14.1 @@ -0,0 +1 @@ +MD5 94c7ac07571fcb4d20d8bb87caf3b4b7 ruby-gnome2-all-0.14.1.tar.gz 1223083 diff --git a/dev-ruby/ruby-panel-applet2/metadata.xml b/dev-ruby/ruby-panel-applet2/metadata.xml new file mode 100644 index 000000000000..0040b1162894 --- /dev/null +++ b/dev-ruby/ruby-panel-applet2/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>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/ruby-panel-applet2/ruby-panel-applet2-0.14.1.ebuild b/dev-ruby/ruby-panel-applet2/ruby-panel-applet2-0.14.1.ebuild new file mode 100644 index 000000000000..77a926c74f2f --- /dev/null +++ b/dev-ruby/ruby-panel-applet2/ruby-panel-applet2-0.14.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-panel-applet2/ruby-panel-applet2-0.14.1.ebuild,v 1.1 2005/11/15 10:54:47 citizen428 Exp $ + +inherit ruby ruby-gnome2 + +DESCRIPTION="Ruby Panel-applet bindings" +KEYWORDS="~x86" +IUSE="" +USE_RUBY="ruby18 ruby19" +DEPEND=">=gnome-base/gnome-panel-2.8 + =gnome-base/libgnome-2* + =gnome-base/libgnomeui-2*" + +RDEPEND="${DEPEND} + >=dev-ruby/ruby-glib2-${PV} + >=dev-ruby/ruby-gtk2-${PV}" |