summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2007-01-21 08:25:10 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2007-01-21 08:25:10 +0000
commitada153fd6e4d6dea5044ee8b91c982f344e8d956 (patch)
tree0c7abf2370ba7e674f5e27b4c4606c4a32584640 /dev-ruby/xmpp4r
parentAdded ~ppc wrt bug 162327 (diff)
downloadhistorical-ada153fd6e4d6dea5044ee8b91c982f344e8d956.tar.gz
historical-ada153fd6e4d6dea5044ee8b91c982f344e8d956.tar.bz2
historical-ada153fd6e4d6dea5044ee8b91c982f344e8d956.zip
Added examples use flag to ebuild, #145222
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'dev-ruby/xmpp4r')
-rw-r--r--dev-ruby/xmpp4r/ChangeLog8
-rw-r--r--dev-ruby/xmpp4r/xmpp4r-0.3.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-ruby/xmpp4r/ChangeLog b/dev-ruby/xmpp4r/ChangeLog
index 7c1eacf133e8..4171e573257a 100644
--- a/dev-ruby/xmpp4r/ChangeLog
+++ b/dev-ruby/xmpp4r/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/xmpp4r
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/ChangeLog,v 1.1 2006/12/30 03:41:08 pclouds Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/ChangeLog,v 1.2 2007/01/21 08:25:10 pclouds Exp $
+
+ 21 Jan 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
+ xmpp4r-0.3.ebuild:
+ Added examples use flag to ebuild, #145222
*xmpp4r-0.3 (30 Dec 2006)
diff --git a/dev-ruby/xmpp4r/xmpp4r-0.3.ebuild b/dev-ruby/xmpp4r/xmpp4r-0.3.ebuild
index 626a3d4df77c..fd4fa6935af6 100644
--- a/dev-ruby/xmpp4r/xmpp4r-0.3.ebuild
+++ b/dev-ruby/xmpp4r/xmpp4r-0.3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/xmpp4r-0.3.ebuild,v 1.1 2006/12/30 03:41:08 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/xmpp4r-0.3.ebuild,v 1.2 2007/01/21 08:25:10 pclouds Exp $
+RUBY_BUG_145222=yes
inherit ruby
DESCRIPTION="An XMPP library for Ruby"
@@ -11,7 +12,7 @@ SRC_URI="http://download.gna.org/xmpp4r/${P}.tgz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~x86"
-IUSE=""
+IUSE="examples"
DEPEND=">=dev-lang/ruby-1.8"