summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-04-30 19:56:50 +0000
committerHans de Graaff <graaff@gentoo.org>2010-04-30 19:56:50 +0000
commitf96c4df9f830b47009aa5b5ce949696328a91cc6 (patch)
tree6667e7e9ca8aeaefb0c468f3c9a138b7658f8cb7 /dev-ruby/attic
parentmake 3.1.x ebuilds properly working with xorg-server-1.7, close bug #295553 (diff)
downloadgentoo-2-f96c4df9f830b47009aa5b5ce949696328a91cc6.tar.gz
gentoo-2-f96c4df9f830b47009aa5b5ce949696328a91cc6.tar.bz2
gentoo-2-f96c4df9f830b47009aa5b5ce949696328a91cc6.zip
Deal with github changing their tarball generation.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/attic')
-rw-r--r--dev-ruby/attic/ChangeLog5
-rw-r--r--dev-ruby/attic/attic-0.5.2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/attic/ChangeLog b/dev-ruby/attic/ChangeLog
index 8a357081f0e1..8658a5cc0b9e 100644
--- a/dev-ruby/attic/ChangeLog
+++ b/dev-ruby/attic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/attic
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.3 2010/04/17 18:07:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.4 2010/04/30 19:56:50 graaff Exp $
+
+ 30 Apr 2010; Hans de Graaff <graaff@gentoo.org> attic-0.5.2.ebuild:
+ Deal with github changing their tarball generation.
17 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org> attic-0.5.2.ebuild:
Fix test function.
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"