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 /x11-misc/screen-message | |
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 'x11-misc/screen-message')
-rw-r--r-- | x11-misc/screen-message/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/screen-message/files/screen-message-0.22-desktop-file.patch | 23 | ||||
-rw-r--r-- | x11-misc/screen-message/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/screen-message/screen-message-0.23.ebuild | 27 |
4 files changed, 59 insertions, 0 deletions
diff --git a/x11-misc/screen-message/Manifest b/x11-misc/screen-message/Manifest new file mode 100644 index 000000000000..586519f06a4f --- /dev/null +++ b/x11-misc/screen-message/Manifest @@ -0,0 +1 @@ +DIST screen-message_0.23.orig.tar.gz 347123 SHA256 6a34fca5a4816f80504a872221a44ff982f7854eb2d3529369e77722b4a4f420 SHA512 1681fc1f8acc42ef82b42930ddc784b80eb34f77415b8d898f8857dabb87115d616e9e36504e218ca57f894f9e5ab9568296694aaab8fd816b165e68e38bc614 WHIRLPOOL 3f6819c3c456617e85cdec00bfa5d05a3774805b19d94119be0873052823c1b60c14d5986a51d06abd83ecf691662939f3a28abc6aff95eba565f6a94f9e0db0 diff --git a/x11-misc/screen-message/files/screen-message-0.22-desktop-file.patch b/x11-misc/screen-message/files/screen-message-0.22-desktop-file.patch new file mode 100644 index 000000000000..66ec231b0e85 --- /dev/null +++ b/x11-misc/screen-message/files/screen-message-0.22-desktop-file.patch @@ -0,0 +1,23 @@ +From af93db050e56dd6cc99674c58c48d45fd2eb92ba Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <sebastian@pipping.org> +Date: Thu, 29 May 2014 18:22:04 +0200 +Subject: [PATCH] Fix desktop file template + +warning: value "GTK;Application;Utility;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" +--- + sm.desktop.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/sm.desktop.in b/sm.desktop.in +index f37e974..4b6033d 100644 +--- a/sm.desktop.in ++++ b/sm.desktop.in +@@ -5,4 +5,4 @@ Exec=@BINPATH@/sm + Icon=sm + Terminal=false + Type=Application +-Categories=GTK;Application;Utility; ++Categories=GTK;Utility; +-- +1.9.3 + diff --git a/x11-misc/screen-message/metadata.xml b/x11-misc/screen-message/metadata.xml new file mode 100644 index 000000000000..16bcc9f800a2 --- /dev/null +++ b/x11-misc/screen-message/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>sping@gentoo.org</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata> diff --git a/x11-misc/screen-message/screen-message-0.23.ebuild b/x11-misc/screen-message/screen-message-0.23.ebuild new file mode 100644 index 000000000000..5dbe3f9b8e79 --- /dev/null +++ b/x11-misc/screen-message/screen-message-0.23.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Display a multi-line message large, fullscreen, black on white" +HOMEPAGE="http://www.joachim-breitner.de/projects#screen-message" +SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/gtk+:3 + >=x11-libs/pango-1.16" +RDEPEND="${DEPEND} + !<net-im/jabberd2-2.2.17-r1" + +src_install() { + default + + dodir /usr/bin || die + mv "${D}"/usr/{games,bin}/sm || die + sed -i 's|Exec=/usr/games/sm||' "${D}"/usr/share/applications/sm.desktop || die +} |