public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-mysql: metadata.xml ChangeLog dbd-mysql-0.4.3.ebuild
@ 2009-08-26 22:38 Alex Legler (a3li)
  0 siblings, 0 replies; only message in thread
From: Alex Legler (a3li) @ 2009-08-26 22:38 UTC (permalink / raw
  To: gentoo-commits

a3li        09/08/26 22:38:58

  Added:                metadata.xml ChangeLog dbd-mysql-0.4.3.ebuild
  Log:
  Initial import, ebuild by /me.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-ruby/dbd-mysql/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/dbd-mysql/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/dbd-mysql/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>ruby</herd>
</pkgmetadata>



1.1                  dev-ruby/dbd-mysql/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/dbd-mysql/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/dbd-mysql/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-ruby/dbd-mysql
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-mysql/ChangeLog,v 1.1 2009/08/26 22:38:58 a3li Exp $

*dbd-mysql-0.4.3 (26 Aug 2009)

  26 Aug 2009; Alex Legler <a3li@gentoo.org> +dbd-mysql-0.4.3.ebuild,
  +metadata.xml:
  Initial import, ebuild done by /me.




1.1                  dev-ruby/dbd-mysql/dbd-mysql-0.4.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/dbd-mysql/dbd-mysql-0.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/dbd-mysql/dbd-mysql-0.4.3.ebuild?rev=1.1&content-type=text/plain

Index: dbd-mysql-0.4.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dbd-mysql/dbd-mysql-0.4.3.ebuild,v 1.1 2009/08/26 22:38:58 a3li Exp $

inherit "ruby"

DESCRIPTION="The MySQL database driver (DBD) for Ruby/DBI"
HOMEPAGE="http://ruby-dbi.rubyforge.org"
SRC_URI="mirror://rubyforge/ruby-dbi/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="virtual/ruby"
RDEPEND="${DEPEND}
	>=dev-ruby/ruby-dbi-0.4.2
	>=dev-ruby/mysql-ruby-2.8_pre4"

# Upstream says mysql is not ruby19 ready yet
USE_RUBY="ruby18"

src_test() {
	elog "The tests require additional configuration."
	elog "You will find them in /usr/share/${PN}/test/"
	elog "Be sure to read the file called DBD_TESTS."
}

src_install() {
	ruby setup.rb install \
		--prefix="${D}" || die "setup.rb install failed"

	if use test; then
		dodir /usr/share/${PN}
		cp -pPR test "${D}/usr/share/${PN}" || die "couldn't copy tests"
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-26 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 22:38 [gentoo-commits] gentoo-x86 commit in dev-ruby/dbd-mysql: metadata.xml ChangeLog dbd-mysql-0.4.3.ebuild Alex Legler (a3li)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox