public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/modular-scale/
@ 2012-11-20 10:00 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2012-11-20 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b8576d8a868c9f6cca63ec01adc69af5ee294aed
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Nov 20 09:51:12 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 20 09:51:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=b8576d8a

Initial commit. Dependency of zurb-foundation.

Package-Manager: portage-2.1.11.31
Manifest-Sign-Key: 0x8883FA56A308A8D7!

---
 dev-ruby/modular-scale/ChangeLog                  |   10 ++++++++
 dev-ruby/modular-scale/Manifest                   |   11 +++++++++
 dev-ruby/modular-scale/metadata.xml               |    5 ++++
 dev-ruby/modular-scale/modular-scale-1.0.2.ebuild |   25 +++++++++++++++++++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/modular-scale/ChangeLog b/dev-ruby/modular-scale/ChangeLog
new file mode 100644
index 0000000..acf8cb1
--- /dev/null
+++ b/dev-ruby/modular-scale/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/modular-scale
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*modular-scale-1.0.2 (20 Nov 2012)
+
+  20 Nov 2012; Hans de Graaff <graaff@gentoo.org> +modular-scale-1.0.2.ebuild,
+  +metadata.xml:
+  Initial commit. Dependency of zurb-foundation.
+

diff --git a/dev-ruby/modular-scale/Manifest b/dev-ruby/modular-scale/Manifest
new file mode 100644
index 0000000..f0793d2
--- /dev/null
+++ b/dev-ruby/modular-scale/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST modular-scale-1.0.2.gem 7680 SHA256 ac21cab5fa22b9e46fca0906774fc2415d0323657e445a8335c9229870aef943 SHA512 e2737402bc34086b2cbd5b8a714cb7169995d58f547e6ce25eba3918b5865565fb071b5c30e0fbdd0165ff2bab9ec366c51f972091daed57906ca8a4c0579b85 WHIRLPOOL bbcc60346db035ce84f5e91387b3987fbebb0cffefac6458b1cbb00ac55d4df8d279c831a20eba3ef752a26d2b424762b746f88a44083da8519b14b8b9770d4d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iF4EAREIAAYFAlCrUpAACgkQiIP6VqMIqNf5eAD9HAJ79z8cPZ8NhzrqmqlBMi90
+f0UH+JdlVRXAhEOOPt4A/AnV7L2KM9stlSsYV12byRCbkNanpXMl2lU/DxPTunnW
+=a4Yc
+-----END PGP SIGNATURE-----

diff --git a/dev-ruby/modular-scale/metadata.xml b/dev-ruby/modular-scale/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/modular-scale/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/modular-scale/modular-scale-1.0.2.ebuild b/dev-ruby/modular-scale/modular-scale-1.0.2.ebuild
new file mode 100644
index 0000000..e1b1cf1
--- /dev/null
+++ b/dev-ruby/modular-scale/modular-scale-1.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.mdown"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="stylesheets"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sass mixin that calculates incremental values of the modular scale in proportion to a size and ratio"
+HOMEPAGE="http://compass-style.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/compass-0.11.5 >=dev-ruby/sassy-math-1.2"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/modular-scale/
@ 2013-02-14 15:52 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2013-02-14 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3a0473400b3891040061e45ebbc5635fe005512b
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Feb 14 15:49:26 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Feb 14 15:49:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3a047340

Version bump.

Package-Manager: portage-2.1.11.50

---
 dev-ruby/modular-scale/ChangeLog                  |    7 +++++-
 dev-ruby/modular-scale/Manifest                   |   11 +--------
 dev-ruby/modular-scale/modular-scale-1.0.6.ebuild |   25 +++++++++++++++++++++
 3 files changed, 32 insertions(+), 11 deletions(-)

diff --git a/dev-ruby/modular-scale/ChangeLog b/dev-ruby/modular-scale/ChangeLog
index acf8cb1..a809ad3 100644
--- a/dev-ruby/modular-scale/ChangeLog
+++ b/dev-ruby/modular-scale/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/modular-scale
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*modular-scale-1.0.6 (14 Feb 2013)
+
+  14 Feb 2013; Hans de Graaff <graaff@gentoo.org> +modular-scale-1.0.6.ebuild:
+  Version bump.
+
 *modular-scale-1.0.2 (20 Nov 2012)
 
   20 Nov 2012; Hans de Graaff <graaff@gentoo.org> +modular-scale-1.0.2.ebuild,

diff --git a/dev-ruby/modular-scale/Manifest b/dev-ruby/modular-scale/Manifest
index f0793d2..7e2da79 100644
--- a/dev-ruby/modular-scale/Manifest
+++ b/dev-ruby/modular-scale/Manifest
@@ -1,11 +1,2 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
 DIST modular-scale-1.0.2.gem 7680 SHA256 ac21cab5fa22b9e46fca0906774fc2415d0323657e445a8335c9229870aef943 SHA512 e2737402bc34086b2cbd5b8a714cb7169995d58f547e6ce25eba3918b5865565fb071b5c30e0fbdd0165ff2bab9ec366c51f972091daed57906ca8a4c0579b85 WHIRLPOOL bbcc60346db035ce84f5e91387b3987fbebb0cffefac6458b1cbb00ac55d4df8d279c831a20eba3ef752a26d2b424762b746f88a44083da8519b14b8b9770d4d
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlCrUpAACgkQiIP6VqMIqNf5eAD9HAJ79z8cPZ8NhzrqmqlBMi90
-f0UH+JdlVRXAhEOOPt4A/AnV7L2KM9stlSsYV12byRCbkNanpXMl2lU/DxPTunnW
-=a4Yc
------END PGP SIGNATURE-----
+DIST modular-scale-1.0.6.gem 8192 SHA256 e54a0e7f946d25e6bb24047ca29fba5e70e8e81b07b441ab925acd4004bb3117 SHA512 3723a4304c27c6332b5038f6c0617b53e92e5ac8c1870e100115495548622e5db19f0a7776ea40bb5054194726a925f4fd6ae74338fd18c637d56090de1bd347 WHIRLPOOL b97071486f3a941284528341df9197829dab0c069d1722b3a565d684ae011b65e2529cf99411b97ebbc8c6aad19f50cbb065a522def477ea16c89e547d133b7c

diff --git a/dev-ruby/modular-scale/modular-scale-1.0.6.ebuild b/dev-ruby/modular-scale/modular-scale-1.0.6.ebuild
new file mode 100644
index 0000000..fc93ef4
--- /dev/null
+++ b/dev-ruby/modular-scale/modular-scale-1.0.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="stylesheets"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sass mixin that calculates incremental values of the modular scale in proportion to a size and ratio"
+HOMEPAGE="http://compass-style.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/compass-0.11.5 >=dev-ruby/sass-3.2.0 >=dev-ruby/sassy-math-1.5"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/modular-scale/
@ 2015-05-22  7:06 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2015-05-22  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7e8ec6def39bde08ce03edd89e216d1772ad35d9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri May 22 06:16:21 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 22 06:16:21 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=7e8ec6de

No longer in use.

 dev-ruby/modular-scale/ChangeLog                  | 15 --------------
 dev-ruby/modular-scale/Manifest                   |  2 --
 dev-ruby/modular-scale/metadata.xml               |  5 -----
 dev-ruby/modular-scale/modular-scale-1.0.2.ebuild | 25 -----------------------
 dev-ruby/modular-scale/modular-scale-1.0.6.ebuild | 25 -----------------------
 5 files changed, 72 deletions(-)

diff --git a/dev-ruby/modular-scale/ChangeLog b/dev-ruby/modular-scale/ChangeLog
deleted file mode 100644
index a809ad3..0000000
--- a/dev-ruby/modular-scale/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for dev-ruby/modular-scale
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*modular-scale-1.0.6 (14 Feb 2013)
-
-  14 Feb 2013; Hans de Graaff <graaff@gentoo.org> +modular-scale-1.0.6.ebuild:
-  Version bump.
-
-*modular-scale-1.0.2 (20 Nov 2012)
-
-  20 Nov 2012; Hans de Graaff <graaff@gentoo.org> +modular-scale-1.0.2.ebuild,
-  +metadata.xml:
-  Initial commit. Dependency of zurb-foundation.
-

diff --git a/dev-ruby/modular-scale/Manifest b/dev-ruby/modular-scale/Manifest
deleted file mode 100644
index 7e2da79..0000000
--- a/dev-ruby/modular-scale/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST modular-scale-1.0.2.gem 7680 SHA256 ac21cab5fa22b9e46fca0906774fc2415d0323657e445a8335c9229870aef943 SHA512 e2737402bc34086b2cbd5b8a714cb7169995d58f547e6ce25eba3918b5865565fb071b5c30e0fbdd0165ff2bab9ec366c51f972091daed57906ca8a4c0579b85 WHIRLPOOL bbcc60346db035ce84f5e91387b3987fbebb0cffefac6458b1cbb00ac55d4df8d279c831a20eba3ef752a26d2b424762b746f88a44083da8519b14b8b9770d4d
-DIST modular-scale-1.0.6.gem 8192 SHA256 e54a0e7f946d25e6bb24047ca29fba5e70e8e81b07b441ab925acd4004bb3117 SHA512 3723a4304c27c6332b5038f6c0617b53e92e5ac8c1870e100115495548622e5db19f0a7776ea40bb5054194726a925f4fd6ae74338fd18c637d56090de1bd347 WHIRLPOOL b97071486f3a941284528341df9197829dab0c069d1722b3a565d684ae011b65e2529cf99411b97ebbc8c6aad19f50cbb065a522def477ea16c89e547d133b7c

diff --git a/dev-ruby/modular-scale/metadata.xml b/dev-ruby/modular-scale/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-ruby/modular-scale/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>

diff --git a/dev-ruby/modular-scale/modular-scale-1.0.2.ebuild b/dev-ruby/modular-scale/modular-scale-1.0.2.ebuild
deleted file mode 100644
index e1b1cf1..0000000
--- a/dev-ruby/modular-scale/modular-scale-1.0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.mdown"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="stylesheets"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sass mixin that calculates incremental values of the modular scale in proportion to a size and ratio"
-HOMEPAGE="http://compass-style.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/compass-0.11.5 >=dev-ruby/sassy-math-1.2"

diff --git a/dev-ruby/modular-scale/modular-scale-1.0.6.ebuild b/dev-ruby/modular-scale/modular-scale-1.0.6.ebuild
deleted file mode 100644
index fc93ef4..0000000
--- a/dev-ruby/modular-scale/modular-scale-1.0.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="readme.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRAINSTALL="stylesheets"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Sass mixin that calculates incremental values of the modular scale in proportion to a size and ratio"
-HOMEPAGE="http://compass-style.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/compass-0.11.5 >=dev-ruby/sass-3.2.0 >=dev-ruby/sassy-math-1.5"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-22  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22  7:06 [gentoo-commits] dev/graaff:master commit in: dev-ruby/modular-scale/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2013-02-14 15:52 Hans de Graaff
2012-11-20 10:00 Hans de Graaff

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