mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-mail/mailshears: new package mailshears, mangle your mail garden.
Package-Manager: portage-2.2.20.1
This commit is contained in:
1
net-mail/mailshears/Manifest
Normal file
1
net-mail/mailshears/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mailshears-0.0.2.gem 67072 SHA256 6722a4779c7b0f1586ac5f7f0ec4093df1912e9fdfeb1e5f459b5a66af12f7f5 SHA512 bdf104d049add2df7c66e1f8994f12566b60fb795a0ec05eafd57a5863662babc388599ce13310bb45c5ee98bfe59962fe44cbcfd4605c2b8938bc539942df3e WHIRLPOOL ecf924f91cff2bdcd35190d596751629e8eee3661124626dace42a55f16cf65e8548810f93d83c1a41450a9524733ffb1625a0d29dcf75c3c5b23c5897b845e3
|
||||
31
net-mail/mailshears/mailshears-0.0.2.ebuild
Normal file
31
net-mail/mailshears/mailshears-0.0.2.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby20 ruby21 ruby22"
|
||||
|
||||
# The tests are dangerous and shouldn't be run by anyone!
|
||||
# They mess with your local postgres databases.
|
||||
RUBY_FAKEGEM_RECIPE_TEST=none
|
||||
RUBY_FAKEGEM_RECIPE_DOC=yard
|
||||
RUBY_FAKEGEM_EXTRADOC="doc/${PN}.example.conf.yml"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Mangle your mail garden"
|
||||
HOMEPAGE="http://michael.orlitzky.com/code/mailshears.php"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "=dev-ruby/pg-0.1*"
|
||||
|
||||
all_ruby_install() {
|
||||
all_fakegem_install
|
||||
|
||||
doman "doc/man1/${PN}.1"
|
||||
}
|
||||
8
net-mail/mailshears/metadata.xml
Normal file
8
net-mail/mailshears/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>mjo@gentoo.org</email>
|
||||
<name>Michael Orlitzky</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user