diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-misc/termtter | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-misc/termtter')
-rw-r--r-- | net-misc/termtter/Manifest | 1 | ||||
-rw-r--r-- | net-misc/termtter/metadata.xml | 10 | ||||
-rw-r--r-- | net-misc/termtter/termtter-2.2.2.ebuild | 38 |
3 files changed, 49 insertions, 0 deletions
diff --git a/net-misc/termtter/Manifest b/net-misc/termtter/Manifest new file mode 100644 index 000000000000..b1b36b5a81c0 --- /dev/null +++ b/net-misc/termtter/Manifest @@ -0,0 +1 @@ +DIST termtter-2.2.2.gem 1506304 SHA256 2b91e872f6dafbcb7128352b3aa95ed8397c20dab872026a3e2bc4b582a25a74 SHA512 f3df3ec14172d1b6235a0acdfa20fc8fdae0cc9151d7b887d8f60355b064694ff69663f54a039e0e075067baeedf804eb0d583dce616adaa62a75db9f44d1cf4 WHIRLPOOL 1afc095b87ae2b20397d292ac84c970fb1bde9174eef8a9e79671c822cb56d5372ff635d6458d3a9c2635901f248be7f77a63f5353909d85f8521f6b5611bbb1 diff --git a/net-misc/termtter/metadata.xml b/net-misc/termtter/metadata.xml new file mode 100644 index 000000000000..144630fc407e --- /dev/null +++ b/net-misc/termtter/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>naota@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">termtter/termtter</remote-id> + </upstream> +</pkgmetadata> diff --git a/net-misc/termtter/termtter-2.2.2.ebuild b/net-misc/termtter/termtter-2.2.2.ebuild new file mode 100644 index 000000000000..e770c3da2e29 --- /dev/null +++ b/net-misc/termtter/termtter-2.2.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby19" +#RUBY_FAKEGEM_RECIPE_TEST="rake" +RUBY_FAKEGEM_RECIPE_TEST="" +RUBY_FAKEGEM_TASK_TEST="spec" + +inherit ruby-fakegem + +DESCRIPTION="Termtter is a terminal based Twitter client" +HOMEPAGE="https://github.com/termtter/termtter" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "dev-ruby/json + dev-ruby/highline + dev-ruby/termcolor + dev-ruby/rubytter + dev-ruby/notify + dev-ruby/activerecord + dev-ruby/builder" +# dev-ruby/fluent-logger +ruby_add_bdepend " + doc? ( dev-ruby/rdoc ) + test? ( + dev-ruby/haml + dev-ruby/git + dev-ruby/rspec + dev-ruby/jeweler + )" +# dev-ruby/cucumber |