public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/susy/
Date: Fri, 22 May 2015 16:12:41 +0000 (UTC)	[thread overview]
Message-ID: <1432279348.2258ac1cb0ed86c649163a0cf4206c3a3f4715b0.graaff@gentoo> (raw)

commit:     2258ac1cb0ed86c649163a0cf4206c3a3f4715b0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri May 22 07:22:28 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 22 07:22:28 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2258ac1c

Version bump.

Package-Manager: portage-2.2.18

 dev-ruby/susy/ChangeLog         |  5 +++++
 dev-ruby/susy/Manifest          |  1 +
 dev-ruby/susy/susy-2.2.5.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-ruby/susy/ChangeLog b/dev-ruby/susy/ChangeLog
index f2749e0..bb02f67 100644
--- a/dev-ruby/susy/ChangeLog
+++ b/dev-ruby/susy/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*susy-2.2.5 (22 May 2015)
+
+  22 May 2015; Hans de Graaff <graaff@gentoo.org> +susy-2.2.5.ebuild:
+  Version bump.
+
 *susy-2.2.2 (14 Apr 2015)
 
   14 Apr 2015; Hans de Graaff <graaff@gentoo.org> +susy-2.2.2.ebuild:

diff --git a/dev-ruby/susy/Manifest b/dev-ruby/susy/Manifest
index b0990a8..19e2b92 100644
--- a/dev-ruby/susy/Manifest
+++ b/dev-ruby/susy/Manifest
@@ -2,3 +2,4 @@ DIST susy-1.0.9.gem 26112 SHA256 b40b6076be83a5d1df3528bf554efc1c27e3728f2ec6439
 DIST susy-2.1.2.gem 37376 SHA256 20f9355572b5cc111fe2eebf807d65808000f4deafef4475313d0995a1a21a47 SHA512 a5cca39b82e30f7f7f545ba2ecfbf6478a20992ee14a4d156a148087f20e28042d4dec98bbfd8017aca0257ee1c5e3a50dd326d6dd7eefc8b247a2958a74544c WHIRLPOOL 53532eef60f467965c8cf4198262358b94682673a3ae59419c7a591cf0d22cf88318555e16437a88c5f98d5dc33ae13ed133bd57a62a1b8c0343bbf68e578c84
 DIST susy-2.1.3.gem 37888 SHA256 f2ecbf092e8f0688ca6895f78d09688befafc0e4a86d1ac6075ce3daa32c9a96 SHA512 4b49f3c4653f6de533600fc7f803ef43822e78102f183fe97beabafe6f2e485cff6e08b3e050bd7939d47052a5f47bcef2e431e4f51d205dbb17e1df3b25fbcb WHIRLPOOL 04a913e4c7d60fc7dac3a0757be212a13db1c7de2d14bf7d1bc427f34cb1f97e73af4d62006d6b6454da88d12a44ba11ecedbabe5ba781b31a11b8a6343b193c
 DIST susy-2.2.2.gem 38912 SHA256 6a522fd0175a710ada0911a640a0a523d9bc5ff4a14467fcc4cbe898475ec408 SHA512 35c8694d13bb91c9c8b88eb4c5abfe81d9c6faf661c57fd20ca06b224da9bac001c21f068c68c157ff896b330e70f41bf8ce6f7283fcd92b53b419568888a5c4 WHIRLPOOL 7b14cb8313c327f5f66f1a349d8550e55308dfccca0ff63db46006e5287b513b0bbbd93e555bfb56ff1f0de612900ec536a3aaaed45314ff875ca3d8ee20d672
+DIST susy-2.2.5.gem 39424 SHA256 017e74ca4df535d44daf0fbf6656d17fbf70f25471939fb9cd7cc54c1163cc0a SHA512 2b5aae5b9c73ed85df765169d5d0baceb55fbb274b65749b57da47ccd676a34834f3e23085ba79c22b5a0dad9b4d412b3bbe75d581870613044829c75877fc6f WHIRLPOOL e7f3c067f66fe2dc237167c20243f00399dc297bfa3e875b2674559b96f7e71975cc5457796816e1d3f80794d41a6f3db9e36a588568950fd2a694e85183ff98

diff --git a/dev-ruby/susy/susy-2.2.5.ebuild b/dev-ruby/susy/susy-2.2.5.ebuild
new file mode 100644
index 0000000..d974df5
--- /dev/null
+++ b/dev-ruby/susy/susy-2.2.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="docs/changelog.rst README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="sass templates VERSION"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A semantic CSS grid system with a responsive twist"
+HOMEPAGE="http://susy.oddbird.net"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sass-3.3.0:* <dev-ruby/sass-3.5:*"


             reply	other threads:[~2015-05-22 16:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 16:12 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-27  5:54 [gentoo-commits] dev/graaff:master commit in: dev-ruby/susy/ Hans de Graaff
2016-04-27  5:54 Hans de Graaff
2016-04-27  5:54 Hans de Graaff
2016-01-12  6:41 Hans de Graaff
2015-12-23  6:55 Hans de Graaff
2015-12-23  6:55 Hans de Graaff
2015-11-27  7:18 Hans de Graaff
2015-10-21  9:41 Hans de Graaff
2015-10-21  9:41 Hans de Graaff
2015-05-22 16:12 Hans de Graaff
2015-04-14 11:35 Hans de Graaff
2014-09-24  7:31 Hans de Graaff
2014-07-02  7:56 Hans de Graaff
2014-05-15 13:45 Hans de Graaff
2014-04-22 16:54 Hans de Graaff
2013-09-13  9:46 Hans de Graaff
2013-04-11  7:43 Hans de Graaff
2013-01-09 14:27 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432279348.2258ac1cb0ed86c649163a0cf4206c3a3f4715b0.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox