diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-04-30 20:00:56 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-04-30 20:00:56 +0000 |
commit | a9f1bec03f05951c0e1a0f5e7b505c98d923ea40 (patch) | |
tree | db752f8dafba732f12cb802d5ee9a52d9279d60c /dev-ruby/attic/attic-0.5.2.ebuild | |
parent | make 3.1.x ebuilds properly working with xorg-server-1.7, close bug #295553 (diff) | |
download | historical-a9f1bec03f05951c0e1a0f5e7b505c98d923ea40.tar.gz historical-a9f1bec03f05951c0e1a0f5e7b505c98d923ea40.tar.bz2 historical-a9f1bec03f05951c0e1a0f5e7b505c98d923ea40.zip |
Deal with github changing their tarball generation.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/attic/attic-0.5.2.ebuild')
-rw-r--r-- | dev-ruby/attic/attic-0.5.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ruby/attic/attic-0.5.2.ebuild b/dev-ruby/attic/attic-0.5.2.ebuild index e270a6bb85c7..bdb6c98386c0 100644 --- a/dev-ruby/attic/attic-0.5.2.ebuild +++ b/dev-ruby/attic/attic-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.2 2010/04/17 18:07:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.3 2010/04/30 19:56:50 graaff Exp $ EAPI=2 @@ -19,7 +19,8 @@ inherit ruby-fakegem eutils DESCRIPTION="A place for Ruby objects to hide instance variables" HOMEPAGE="http://solutious.com/" -SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz" +#SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz" +SRC_URI="mirror://gentoo/${PN}-git-${PV}.tgz" S="${WORKDIR}/delano-${PN}-560e6d1" LICENSE="MIT" |