git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8c4e5b8
Branches
Tags
master
keks-overlay.git
dev-ruby
xmpp4r-svn
xmpp4r-svn-0.3.ebuild
A keks * initial commit
Lars Strojny
commited
8c4e5b8
at 2006-12-17 11:28:02
xmpp4r-svn-0.3.ebuild
Blame
History
Raw
# Copyright 2005-2006 BreakMyGentoo.net # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion ruby ESVN_REPO_URI="svn://svn.gna.org/svn/xmpp4r/trunk/xmpp4r" ESVN_PROJECT="xmpp4r" IUSE="" DESCRIPTION="Using Jabber with Ruby" HOMEPAGE="http://home.gna.org/xmpp4r/" SRC_URI="" SLOT="0" USE_RUBY="ruby18" LICENSE="Ruby" KEYWORDS="~x86 ~amd64" DEPEND="!dev-ruby/xmpp4r" src_unpack() { subversion_src_unpack }