summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-03-31 16:49:24 +0000
committerUlrich Müller <ulm@gentoo.org>2015-03-31 16:49:24 +0000
commit4660275d0faf8c1751af2a77ee90508daeef5eb9 (patch)
tree8d0fe769bd9206e45997cdc1a7692cbbb6cd4d16 /app-eselect/eselect-infinality
parentMove package from app-admin to app-eselect category. (diff)
downloadgentoo-2-4660275d0faf8c1751af2a77ee90508daeef5eb9.tar.gz
gentoo-2-4660275d0faf8c1751af2a77ee90508daeef5eb9.tar.bz2
gentoo-2-4660275d0faf8c1751af2a77ee90508daeef5eb9.zip
Move package from app-admin to app-eselect category.
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-eselect/eselect-infinality')
-rw-r--r--app-eselect/eselect-infinality/ChangeLog22
-rw-r--r--app-eselect/eselect-infinality/eselect-infinality-1.ebuild28
-rw-r--r--app-eselect/eselect-infinality/metadata.xml8
3 files changed, 58 insertions, 0 deletions
diff --git a/app-eselect/eselect-infinality/ChangeLog b/app-eselect/eselect-infinality/ChangeLog
new file mode 100644
index 000000000000..29367e358b19
--- /dev/null
+++ b/app-eselect/eselect-infinality/ChangeLog
@@ -0,0 +1,22 @@
+# ChangeLog for app-eselect/eselect-infinality
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-infinality/ChangeLog,v 1.1 2015/03/31 16:49:24 ulm Exp $
+
+ 31 Mar 2015; Ulrich Müller <ulm@gentoo.org> +eselect-infinality-1.ebuild,
+ +metadata.xml:
+ Move package from app-admin to app-eselect category.
+
+ 05 Apr 2013; Ben de Groot <yngwin@gentoo.org> eselect-infinality-1.ebuild:
+ Future-proof src_uri. Implement readme.gentoo eclass to cut down on elog spam.
+
+ 25 Jan 2013; Agostino Sarubbo <ago@gentoo.org> eselect-infinality-1.ebuild:
+ Stable for amd64, wrt bug #488550
+
+ 25 Jan 2013; Agostino Sarubbo <ago@gentoo.org> eselect-infinality-1.ebuild:
+ Stable for x86, wrt bug #488550
+
+*eselect-infinality-1 (29 Jul 2012)
+
+ 29 Jul 2012; Ben de Groot <yngwin@gentoo.org> +eselect-infinality-1.ebuild,
+ +metadata.xml:
+ Initial commit, to go with fontconfig-infinality
diff --git a/app-eselect/eselect-infinality/eselect-infinality-1.ebuild b/app-eselect/eselect-infinality/eselect-infinality-1.ebuild
new file mode 100644
index 000000000000..6d18cc5f9933
--- /dev/null
+++ b/app-eselect/eselect-infinality/eselect-infinality-1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-infinality/eselect-infinality-1.ebuild,v 1.1 2015/03/31 16:49:24 ulm Exp $
+
+EAPI=4
+inherit vcs-snapshot readme.gentoo
+
+DESCRIPTION="Eselect module to choose an infinality font configuration style"
+HOMEPAGE="https://github.com/yngwin/eselect-infinality"
+SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="app-admin/eselect"
+DEPEND=""
+
+DOC_CONTENTS="Use eselect infinality to select a font configuration style.
+This is supposed to be used in pair with eselect lcdfilter."
+
+src_install() {
+ dodoc README.rst
+ readme.gentoo_create_doc
+ insinto "/usr/share/eselect/modules"
+ doins infinality.eselect
+}
diff --git a/app-eselect/eselect-infinality/metadata.xml b/app-eselect/eselect-infinality/metadata.xml
new file mode 100644
index 000000000000..c6a29b27292f
--- /dev/null
+++ b/app-eselect/eselect-infinality/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>yngwin@gentoo.org</email>
+ </maintainer>
+ <herd>fonts</herd>
+</pkgmetadata>