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-libs/xosd | |
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-libs/xosd')
-rw-r--r-- | x11-libs/xosd/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/xosd/files/xosd-2.2.14-m4.patch | 9 | ||||
-rw-r--r-- | x11-libs/xosd/files/xosd-2.2.14-makefile.patch | 11 | ||||
-rw-r--r-- | x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch | 15 | ||||
-rw-r--r-- | x11-libs/xosd/metadata.xml | 8 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.2.14-r1.ebuild | 47 | ||||
-rw-r--r-- | x11-libs/xosd/xosd-2.2.14-r2.ebuild | 49 |
7 files changed, 142 insertions, 0 deletions
diff --git a/x11-libs/xosd/Manifest b/x11-libs/xosd/Manifest new file mode 100644 index 000000000000..10b729e1c01a --- /dev/null +++ b/x11-libs/xosd/Manifest @@ -0,0 +1,3 @@ +DIST xosd-gentoo-m4-1.tar.bz2 5043 SHA256 6cd8c8e8bef4576e332e9f855e5ae7071b4da5e7ce0e96906531784aec2c061f SHA512 fcf4d8a77cc80bc04a444a4faa9e072ea1e00950b3ce685b7944302d2ee3ebdfc5ec29ccb311495ee2e1fb5e61cc2d49350b303288d1d86430fa6bc8b3772483 WHIRLPOOL 413fd7e89094bacb9c6538304e9b2a4d2bcf9dea67f123d5fd7903ddc6a36321ae5b97e44d626f93b90dab2fed8501b0def9f48cfe9233999aac316b99188a3f +DIST xosd_2.2.14-1.diff.gz 8616 SHA256 1b74a379030a2a8a1c36b6589023445bc1f620dbfa12ef799590568505f390b2 SHA512 257ada9e0261c45c4c182acceeb24b95bbce08ec2ccae7ef49f9c5ee7a1e9995bd9527df725e0a871d48fa444899669320dc536674d0de71b766e9106097f86e WHIRLPOOL 3ef3c0e5a8fbc31a8e81e7f8ba1f7272672cf6c1cd4f9300ef2c82a91afbd840c4a5b506ad7322e9bec6272beb039f752be564a8fca77b67641cb82ebf200b47 +DIST xosd_2.2.14.orig.tar.gz 418331 SHA256 4f1fa96f4895baee6a3cba40f188a0da23bbac9d68e8c326d749e084143cb508 SHA512 3caf6d106d34488f4823e2a58fdff7a69b90f505b8da2443485167ff0362c6f27614c9a5019e738ff1f897d3c2249c934ff60953e3775566d66e8e9b30e4e473 WHIRLPOOL 64c93f9fedcd9442ccb78980cb157e9ea5db84edaaa1d6965f6a9ac45c6f773b24596da46b153449d6bc3208213d799ab48fe8dc0b67a260c0ccf88568c24b36 diff --git a/x11-libs/xosd/files/xosd-2.2.14-m4.patch b/x11-libs/xosd/files/xosd-2.2.14-m4.patch new file mode 100644 index 000000000000..3e529728f8b3 --- /dev/null +++ b/x11-libs/xosd/files/xosd-2.2.14-m4.patch @@ -0,0 +1,9 @@ +Fix aclocal warning: +/usr/share/aclocal/libxosd.m4:9: warning: underquoted definition of AM_PATH_LIBXOSD +--- xosd-2.2.14/libxosd.m4 ++++ xosd-2.2.14/libxosd.m4 +@@ -8,3 +8,3 @@ + dnl +-AC_DEFUN(AM_PATH_LIBXOSD, ++AC_DEFUN([AM_PATH_LIBXOSD], + [dnl diff --git a/x11-libs/xosd/files/xosd-2.2.14-makefile.patch b/x11-libs/xosd/files/xosd-2.2.14-makefile.patch new file mode 100644 index 000000000000..ed6da80fbb61 --- /dev/null +++ b/x11-libs/xosd/files/xosd-2.2.14-makefile.patch @@ -0,0 +1,11 @@ +--- xosd-2.2.14/man/Makefile.am ++++ xosd-2.2.14/man/Makefile.am +@@ -3,7 +3,7 @@ + xosd_display.3 xosd_hide.3 xosd_is_onscreen.3 xosd_set_vertical_offset.3 \ + xosd_set_pos.3 xosd_set_shadow_offset.3 xosd_show.3 xosd_uninit.3 xosd.3 \ + xosd_get_number_lines.3 xosd_set_align.3 xosd_create.3 \ +- xosd_set_horizontal_offset.3 xosd_destroy.3 xosd_create.3 xosd_is_onscreen.3 \ ++ xosd_set_horizontal_offset.3 xosd_destroy.3 \ + xosd_set_bar_length.3 + + EXTRA_DIST = ${man_MANS} diff --git a/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch b/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch new file mode 100644 index 000000000000..8446297f15ce --- /dev/null +++ b/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch @@ -0,0 +1,15 @@ +https://bugs.gentoo.org/show_bug.cgi?id=286632 + +This patch disables reordering and duplicate removing for non-libs arguments, thus --param and alike gcc options may be used safe now. + +written by Andrew Savchenko +--- script/xosd-config.in.orig ++++ script/xosd-config.in +@@ -161,7 +161,6 @@ + fi;; + *) + case " $af_other_flags " in +- *\ $i\ *) ;; # already there + *) af_other_flags="$af_other_flags $i" ;; # add it to output + esac ;; + esac diff --git a/x11-libs/xosd/metadata.xml b/x11-libs/xosd/metadata.xml new file mode 100644 index 000000000000..a15d7230bf71 --- /dev/null +++ b/x11-libs/xosd/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>wired@gentoo.org</email> + <name>Alex Alexander</name> + </maintainer> +</pkgmetadata> diff --git a/x11-libs/xosd/xosd-2.2.14-r1.ebuild b/x11-libs/xosd/xosd-2.2.14-r1.ebuild new file mode 100644 index 000000000000..57c5b2c8836a --- /dev/null +++ b/x11-libs/xosd/xosd-2.2.14-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils autotools + +DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" +HOMEPAGE="https://sourceforge.net/projects/libxosd/" +SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz + mirror://debian/pool/main/x/xosd/${PN}_${PV}-1.diff.gz + http://digilander.libero.it/dgp85/gentoo/${PN}-gentoo-m4-1.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd" +IUSE="xinerama" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + media-fonts/font-misc-misc" +DEPEND="${RDEPEND} + xinerama? ( x11-proto/xineramaproto ) + x11-proto/xextproto + x11-proto/xproto + virtual/pkgconfig" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-m4.patch + epatch "${FILESDIR}"/${P}-makefile.patch + epatch "${DISTDIR}"/${PN}_${PV}-1.diff.gz + + AT_M4DIR="${WORKDIR}/m4" eautoreconf +} + +src_compile() { + econf \ + $(use_enable xinerama) + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} diff --git a/x11-libs/xosd/xosd-2.2.14-r2.ebuild b/x11-libs/xosd/xosd-2.2.14-r2.ebuild new file mode 100644 index 000000000000..f7234df5f064 --- /dev/null +++ b/x11-libs/xosd/xosd-2.2.14-r2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils autotools + +DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display plus binary for sending text from CLI" +HOMEPAGE="https://sourceforge.net/projects/libxosd/" +SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${PV}.orig.tar.gz + mirror://debian/pool/main/x/xosd/${PN}_${PV}-1.diff.gz + http://digilander.libero.it/dgp85/gentoo/${PN}-gentoo-m4-1.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +IUSE="xinerama" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + media-fonts/font-misc-misc" +DEPEND="${RDEPEND} + xinerama? ( x11-proto/xineramaproto ) + x11-proto/xextproto + x11-proto/xproto + virtual/pkgconfig" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-m4.patch + epatch "${FILESDIR}"/${P}-makefile.patch + epatch "${DISTDIR}"/${PN}_${PV}-1.diff.gz + # bug #286632 + epatch "${FILESDIR}"/"${PN}"-config-incorrect-dup-filter-fix.patch + + AT_M4DIR="${WORKDIR}/m4" eautoreconf +} + +src_compile() { + econf \ + $(use_enable xinerama) + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |