From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SaqYh-0004MV-HW for garchives@archives.gentoo.org; Sat, 02 Jun 2012 15:48:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A7D1E0698; Sat, 2 Jun 2012 15:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 60E11E0665 for ; Sat, 2 Jun 2012 15:47:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA7C31B4007 for ; Sat, 2 Jun 2012 15:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A6D0DE543C for ; Sat, 2 Jun 2012 15:47:06 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1338192235.0eb2a12dd96ccf49298745676d9ab289dac01abc.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/swf_fu/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/swf_fu/ChangeLog dev-ruby/swf_fu/swf_fu-2.0.2.ebuild X-VCS-Directories: dev-ruby/swf_fu/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0eb2a12dd96ccf49298745676d9ab289dac01abc X-VCS-Branch: master Date: Sat, 2 Jun 2012 15:47:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 09ce5e17-3c3d-4217-b6c6-32210056f58c X-Archives-Hash: e5e488eb5615589e72e0c1e6fb555133 commit: 0eb2a12dd96ccf49298745676d9ab289dac01abc Author: Hans de Graaff degraaff org> AuthorDate: Mon May 28 08:03:55 2012 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon May 28 08:03:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/graaff.git;a=3D= commit;h=3D0eb2a12d Also install the app code. (Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with= key 0x8883FA56A308A8D7!) --- dev-ruby/swf_fu/ChangeLog | 3 +++ dev-ruby/swf_fu/swf_fu-2.0.2.ebuild | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dev-ruby/swf_fu/ChangeLog b/dev-ruby/swf_fu/ChangeLog index ad7f93d..5b3d0b0 100644 --- a/dev-ruby/swf_fu/ChangeLog +++ b/dev-ruby/swf_fu/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 28 May 2012; Hans de Graaff swf_fu-2.0.2.ebuild: + Also install the app code. + *swf_fu-2.0.2 (28 May 2012) =20 28 May 2012; Hans de Graaff +swf_fu-2.0.2.ebuild, diff --git a/dev-ruby/swf_fu/swf_fu-2.0.2.ebuild b/dev-ruby/swf_fu/swf_fu= -2.0.2.ebuild index d8a16fe..ffbb568 100644 --- a/dev-ruby/swf_fu/swf_fu-2.0.2.ebuild +++ b/dev-ruby/swf_fu/swf_fu-2.0.2.ebuild @@ -8,6 +8,8 @@ USE_RUBY=3D"ruby18 ruby19" RUBY_FAKEGEM_TASK_DOC=3D"" RUBY_FAKEGEM_EXTRADOC=3D"README.rdoc" =20 +RUBY_FAKEGEM_EXTRAINSTALL=3D"app" + inherit ruby-fakegem =20 DESCRIPTION=3D"With the swf_fu plugin, rails treats your swf files like = any other asset."