logo

overlay

My (experimental) gentoo overlay
commit: 3dcdfc99e37adc90b6ded2fe934b38d83a5432b5
parent: 4979563107532585093b21daf47feb630cd17f3a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 17 Dec 2016 02:07:17 +0100

virtual/editor: fix keywords

Diffstat:

Mvirtual/editor/Manifest2+-
Mvirtual/editor/editor-0-r1.ebuild9++++-----
Avirtual/editor/metadata.xml16++++++++++++++++
3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/virtual/editor/Manifest b/virtual/editor/Manifest @@ -1 +1 @@ -EBUILD editor-0-r1.ebuild 1288 SHA256 5786f92414ba10a43fc0176ca3e21c3cd1409eb71c48055547ea35e65f93a35a SHA512 7c53fd23c44ae1fc326dcb911059107c21f25e078473ec7b7d757b15fa2ad0617b92f0df10fe196b0a442ac4d15fc5c33b3d50d39b6bdc2d90a7c49848f9a526 WHIRLPOOL 786904043897155024a3d8a2858196db939532a79198cab5f3d2e7cbef523031f6d95c538439324f3f2f9a1f740a05b6bc1c17bf3d6ebb7fa234e9e607bdafdc +EBUILD editor-0-r1.ebuild 1372 SHA256 3c0a211e4b4ae8de925468154c018d8dad3ef7204611cf430f85345c7e8b3eb4 SHA512 7ab42265a7bc05c7b8a5e6d90911f7d952c8ae39f86078fc1b29228101cd30f68793ea70256dd511674b57b016994611371d7cadaf629363897ac8d3dd8bff39 WHIRLPOOL e306892f145d7acf18d9e130e498f1a8d3d2c4cd8bf7a8ad80e1284526a980f98eab140130acd76418a0b655cacfb400014ee4f5e98c6f233a27f57e9d5062c8 diff --git a/virtual/editor/editor-0-r1.ebuild b/virtual/editor/editor-0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Virtual for editor" SLOT="0" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" # Add a package to RDEPEND only if the editor: # - can edit ordinary text files, @@ -54,4 +54,4 @@ RDEPEND="|| ( app-editors/nano # dev-lisp/cmucl: hemlock # mail-client/alpine: pico # sys-apps/busybox: vi -# sys-apps/9base: ed // @Note: sam needs samterm(where is it?) and don’t know how to use ssam- \ No newline at end of file +# sys-apps/9base: ed // @Note: sam needs samterm(where is it?) and don’t know how to use ssam diff --git a/virtual/editor/metadata.xml b/virtual/editor/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>emacs@gentoo.org</email> + <name>Gentoo Emacs project</name> +</maintainer> +<maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> +</maintainer> +<maintainer type="project"> + <email>base-system@gentoo.org</email> + <name>Gentoo Base System</name> +</maintainer> +</pkgmetadata>