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 /media-gfx/viewnior | |
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 'media-gfx/viewnior')
-rw-r--r-- | media-gfx/viewnior/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/viewnior/metadata.xml | 11 | ||||
-rw-r--r-- | media-gfx/viewnior/viewnior-1.3.ebuild | 44 | ||||
-rw-r--r-- | media-gfx/viewnior/viewnior-1.4.ebuild | 44 |
4 files changed, 101 insertions, 0 deletions
diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest new file mode 100644 index 000000000000..f5574d1284a4 --- /dev/null +++ b/media-gfx/viewnior/Manifest @@ -0,0 +1,2 @@ +DIST viewnior-1.3.tar.gz 525015 SHA256 46c97c1a85361519b42fe008cfb8911e66f709f3a3a988c11047ab3726889f10 SHA512 1047422f73fc9bc7b7cbef1298f52bd1e59c0430bdcfa219061ec929c9c874f7872d3d6fbfcb44681f031deffd7fa5c2ffe2e98002df47ada8f432203feefa33 WHIRLPOOL 899a6f40fb4da994335cee5f21ee0613e60f7bbb3b1331730c25c44278f93da3c28abe08e3ddd61a1566c1c9117b24a743bf8336c4b72a0945fa333d6e5cfb03 +DIST viewnior-1.4.tar.gz 566470 SHA256 ea14f27d384962c0c429e123f1275938bacd2a636b995645aadf3d78c708616f SHA512 eef2efdbcb828f18b4fc4b6a63d191728dbb696b26a3bf4b0fd58c136182dc43486edd52f564f20fb5f773e472c9d7736d4ab7ae483f90c029071867cede9228 WHIRLPOOL 624ea88bdf4da57cfb7f740ef5b43468af2211895fd91a22338d7caef7458bbec86306bfbce738fc39219893451df866d1c1eeaa2fac92aeaef245b7276e5ff2 diff --git a/media-gfx/viewnior/metadata.xml b/media-gfx/viewnior/metadata.xml new file mode 100644 index 000000000000..b73e1c37604f --- /dev/null +++ b/media-gfx/viewnior/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <longdescription lang="en"> + </longdescription> +</pkgmetadata> + diff --git a/media-gfx/viewnior/viewnior-1.3.ebuild b/media-gfx/viewnior/viewnior-1.3.ebuild new file mode 100644 index 000000000000..9599f1e6f7e7 --- /dev/null +++ b/media-gfx/viewnior/viewnior-1.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" +inherit fdo-mime gnome2-utils autotools + +DESCRIPTION="Fast and simple image viewer" +HOMEPAGE="http://xsisqox.github.com/Viewnior/index.html" +SRC_URI="mirror://github/xsisqox/Viewnior/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-libs/glib:2 + >=x11-libs/gtk+-2.20:2 + x11-misc/shared-mime-info" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS ChangeLog* NEWS README TODO" + +src_prepare() { + # fix for bug #454230 + sed -r -i "s:(PKG_CHECK_MODULES):AC_CHECK_LIB([m],[cos])\n\n\1:" configure.ac + sed -r -i "/^SHAVE_INIT/d" configure.ac + + eautoreconf +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} diff --git a/media-gfx/viewnior/viewnior-1.4.ebuild b/media-gfx/viewnior/viewnior-1.4.ebuild new file mode 100644 index 000000000000..93cd4f40946b --- /dev/null +++ b/media-gfx/viewnior/viewnior-1.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +inherit fdo-mime gnome2-utils autotools + +DESCRIPTION="Fast and simple image viewer" +HOMEPAGE="http://xsisqox.github.com/Viewnior/index.html" +SRC_URI="https://www.dropbox.com/s/zytq0suabesv933/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="dev-libs/glib:2 + media-gfx/exiv2 + >=x11-libs/gtk+-2.20:2 + x11-misc/shared-mime-info" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS ChangeLog* NEWS README TODO" + +src_prepare() { + # fix for bug #454230 + sed -r -i "s:(PKG_CHECK_MODULES):AC_CHECK_LIB([m],[cos])\n\n\1:" configure.ac + + eautoreconf +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} |