diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /gnome-extra/seahorse-nautilus | |
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 'gnome-extra/seahorse-nautilus')
4 files changed, 121 insertions, 0 deletions
diff --git a/gnome-extra/seahorse-nautilus/Manifest b/gnome-extra/seahorse-nautilus/Manifest new file mode 100644 index 000000000000..c12e5d231e2d --- /dev/null +++ b/gnome-extra/seahorse-nautilus/Manifest @@ -0,0 +1,2 @@ +DIST seahorse-nautilus-3.10.1.tar.xz 392700 SHA256 eacaf33bba920cf117641393a6eef483dbc075009349082e77d22f79afbd823a SHA512 85cf66bf71ae410989cee3741ab68e8e1afc2891288fd79b16cfac4a0b06485ef6a13fd7ea66869e61a792e7823cd08e273741fe60979fded89ce9d6398ec11b WHIRLPOOL 779f3f49bd089e800e211b96f891f529de82a1b58ce0bf37ef1673fbbc4efbf4502c841e522758b90b4e5ab763af49980e0f5c1b4a28f14d193b607a4cfe6f78 +DIST seahorse-nautilus-3.11.92.tar.xz 395304 SHA256 70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92 SHA512 d3815bfaaf2a5e96beb94abe01fb3f7733e867a04681d4bed540fce58f6556c62534d3217ec0bf1452e848551a42ec703ec241029486d3dcd966c16ff27b87f2 WHIRLPOOL f1c8b6f798c10b0b947e660a16bc8d3a5dcc53c987acef612fd8e21c9eca0e3802c934caa7d691ac74e76e747cb90e6a663199c830d219918e23fb64e6d8212f diff --git a/gnome-extra/seahorse-nautilus/metadata.xml b/gnome-extra/seahorse-nautilus/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/gnome-extra/seahorse-nautilus/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +</pkgmetadata> diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild new file mode 100644 index 000000000000..b8438281778a --- /dev/null +++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.10.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" # --disable-debug disables all assertions +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG" +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Seahorse" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +COMMON_DEPEND=" + >=app-crypt/gpgme-1.0.0 + >=app-crypt/gcr-3.4 + >=dev-libs/dbus-glib-0.35 + >=dev-libs/glib-2.28:2 + gnome-base/gnome-keyring + >=gnome-base/nautilus-3 + x11-libs/gtk+:3 + >=x11-libs/libcryptui-3.9.90 + >=x11-libs/libnotify-0.3:= + || ( + =app-crypt/gnupg-1.4* + =app-crypt/gnupg-2.0* ) +" +# seahorse-nautilus was formerly part of seahorse-plugins +RDEPEND="${COMMON_DEPEND} + !app-crypt/seahorse-plugins[nautilus] +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.35 + virtual/pkgconfig +" + +src_prepare() { + # Do not let configure mangle CFLAGS + sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure || + die "sed failed" + + # Fix icon location, upstream bug #719763 + sed -i 's/pixmaps\/seahorse-plugins\/48x48/pixmaps\/cryptui\/48x48/' \ + tool/seahorse-notification.c || die + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-gpg-check \ + --enable-libnotify +} diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild new file mode 100644 index 000000000000..02a83705c1dd --- /dev/null +++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG" +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Seahorse" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +COMMON_DEPEND=" + >=app-crypt/gpgme-1.0.0 + >=app-crypt/gcr-3.4 + >=dev-libs/dbus-glib-0.35 + >=dev-libs/glib-2.28:2 + gnome-base/gnome-keyring + >=gnome-base/nautilus-3 + x11-libs/gtk+:3 + >=x11-libs/libcryptui-3.9.90 + >=x11-libs/libnotify-0.3:= + >=app-crypt/gnupg-1.4 +" +# seahorse-nautilus was formerly part of seahorse-plugins +RDEPEND="${COMMON_DEPEND} + !app-crypt/seahorse-plugins[nautilus] +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.35 + virtual/pkgconfig +" + +src_prepare() { + # Do not let configure mangle CFLAGS + sed -e '/^[ \t]*CFLAGS="$CFLAGS \(-g\|-O0\)/d' -i configure.ac configure || + die "sed failed" + + # Fix icon location, upstream bug #719763 + sed -i 's/pixmaps\/seahorse-plugins\/48x48/pixmaps\/cryptui\/48x48/' \ + tool/seahorse-notification.c || die + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-gpg-check \ + --enable-libnotify +} |