Created
November 30, 2014 23:27
-
-
Save jaypeche/a224983c166d0cb21e9d to your computer and use it in GitHub Desktop.
gist-4.3.0.ebuild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ChangeLog for dev-util/gist | |
| # Copyright 1999-2014 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # $Header: | |
| * gist-4.3.0 stable revision | |
| (30 Nov 2014) jay <jaypeche@gmail.com> | |
| + New ebuild "gist" gem integration | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 1999-2014 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # $Header: | |
| EAPI=5 | |
| USE_RUBY="ruby19 ruby20 ruby21 jruby" | |
| inherit ruby-fakegem | |
| DESCRIPTION="Potentially the best command line gister" | |
| HOMEPAGE="http://defunkt.io/gist" | |
| LICENSE="MIT" | |
| SLOT="0" | |
| KEYWORDS="~amd64 ~x86" | |
| IUSE="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DIST gist-4.3.0.gem 39424 SHA256 e0e654e9eddd5b648c79eacc10169b6fd020207df3641ad5d77a0c822da2e62b SHA512 6af06c6c3b13c4dfaa4e2f6351b28c1f6c4c1e26a23a817b0f2ad294b40d53c58fe18dec1d79b9ba3ad51c6de3674d5cba4f98aea6d7513b12039902011274ad WHIRLPOOL ef4de1f11ae274c0251bfbe29ea5d67ce5dd49dedc681f447029919d2131153aa686e4ce9219721d15f268ad01299f0b666915ae7abf02436d8226b0c98054ae | |
| EBUILD gist-4.3.0.ebuild 331 SHA256 0fe31ecafa1a8d8ad49d03dbc71e270339fbb7041c423f63ef5d4a534c491bc3 SHA512 6412d7ef80ee03399f74de817e317342e3399d8ef858c3975ac4b72a10ac93ae1d771857809fd0dc8aad80bdc5081a58129b958777b75a54873a49cb7013e984 WHIRLPOOL 2996b316b3f06dd1cbf8f25c497a940c8973083f60ddcc2ad2674be9f5f1034929872bb8d61935e586c598a36787f0449a5eb0db61fc59abbb62c65dc2ff4f08 | |
| MISC ChangeLog 272 SHA256 38ff81cbf0327f025360e9e608ad2ef1331ef8608c3211985968461c97a4defd SHA512 c161c9fcbf3d5f2f0f34bde659b0bc9dc20a80e9d17836879137eb6a0e9e3ba5dbd37109ee385e5c5bacb43e9f0dcef35c8584fadab61f7528cf01f674ca0d1d WHIRLPOOL 99d8839f2bb8bb7bbb5eeb862dc399d4256084dfaddc27388c3ec1c850297a268de6ad75e8b0459aef0e373c784915c0f7ddce5834a2e8d7f39f48c43432d08c | |
| MISC metadata.xml 245 SHA256 3c9b7ef95510f8eb97780bf7c59be5b0431d35792407db21d3368d32456a614f SHA512 26ccb4081a487f93d56dbf12fc939ba29cbcab63ee3d7ac187b8490e90fcc477996cdbfbbd6eccce0fa249976d679739e1f2a2b00db0086dc64c91447eeafe2f WHIRLPOOL 627fd945f56373684a6f3055abac34859fceaa28ddde3483f8b5b38eab1a6e675531419df89be0971fc3ecbac31cd3a5fcd24f4e6fc8142c99e41a55d64aa4f5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <pkgmetadata> | |
| <herd>gist</herd> | |
| <maintainer> | |
| <email>jaypeche@gmail.com</email> | |
| </maintainer> | |
| <longdescription> | |
| Potentially the best command line gister | |
| </longdescription> | |
| </pkgmetadata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment