summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2011-06-23 02:03:21 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2011-06-23 02:03:21 +0000
commitf10260cb2cf2e17ba7cf007d211fc425bc3ad88f (patch)
tree1602ba2099579006b756fd8323ffe5754764ebf6
parentFAH cleanup (diff)
downloadje_fro-f10260cb2cf2e17ba7cf007d211fc425bc3ad88f.tar.gz
je_fro-f10260cb2cf2e17ba7cf007d211fc425bc3ad88f.tar.bz2
je_fro-f10260cb2cf2e17ba7cf007d211fc425bc3ad88f.zip
Cleanup
svn path=/; revision=308
-rw-r--r--app-office/abiword/Manifest3
-rw-r--r--app-office/abiword/abiword-2.8.4.ebuild166
-rw-r--r--app-office/abiword/files/abiword-2.8.4-collab.patch45
-rw-r--r--media-video/handbrake/ChangeLog10
-rw-r--r--media-video/handbrake/Manifest3
-rw-r--r--media-video/handbrake/handbrake-9999.ebuild77
-rw-r--r--media-video/handbrake/metadata.xml12
7 files changed, 102 insertions, 214 deletions
diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest
deleted file mode 100644
index 62fb130..0000000
--- a/app-office/abiword/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-AUX abiword-2.8.4-collab.patch 1530 RMD160 07d7d9817b31fab3925570b890978701c83d1cbb SHA1 d6da7a01abbd16fbbbfd7ee616ad3d40b1e13322 SHA256 e4b94199710bfd61a34735108be6292864a36b82d35c9e4da2bc4554c77e070c
-DIST abiword-2.8.4.tar.gz 9133449 RMD160 e775a3b609860c982d104b1fac45e68e3ac026dc SHA1 bf5f0409f1d658d48d9fe2fe454fc4e553eb757c SHA256 14a4b4638a38bbff225e20e8e2dbc9d32166f40009caf7bd86cc48c4d8404eec
-EBUILD abiword-2.8.4.ebuild 4806 RMD160 95df064a6e8a63bdfce2167e280854c2d45e8d0a SHA1 99adf10c0dbeff4809681cf3a4d38f22933424ec SHA256 6c026bfa57ae6a1046a54c1fad2a4192cc2cc316d15d67e0914f79851e4f6740
diff --git a/app-office/abiword/abiword-2.8.4.ebuild b/app-office/abiword/abiword-2.8.4.ebuild
deleted file mode 100644
index c22df30..0000000
--- a/app-office/abiword/abiword-2.8.4.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.4.ebuild,v 1.1 2010/04/19 23:16:35 eva Exp $
-
-EAPI="3"
-
-inherit alternatives autotools gnome2 versionator
-
-MY_MAJORV=$(get_version_component_range 1-2)
-
-DESCRIPTION="Fully featured yet light and fast cross platform word processor"
-HOMEPAGE="http://www.abisource.com/"
-SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~amd64 ~x86"
-IUSE="collab cups gnome grammar latex libgda math ots openxml plugins readline spell wordperfect wmf thesaurus" # svg
-
-# libgsf raised to make sure it provides gio backend (ebuild)
-# not enabling telepathy backend for collab, it depends on libempathy-gtk which
-# has be removed from empathy-2.30 already
-RDEPEND="
- >=app-text/wv-1.2
- >=dev-libs/fribidi-0.10.4
- >=dev-libs/glib-2.16
- >=gnome-base/librsvg-2.16
- >=gnome-extra/libgsf-1.14.15
- >=media-libs/libpng-1.2
- media-libs/jpeg:0
- >=x11-libs/cairo-1.8[X]
- >=x11-libs/gtk+-2.14[cups?]
- gnome? (
- >=gnome-extra/gucharmap-2
- >=x11-libs/goffice-0.8:0.8 )
- plugins? (
- collab? (
- dev-cpp/asio
- >=dev-libs/boost-1.33.1
- >=dev-libs/libxml2-2.4
- >=net-libs/loudmouth-1
- net-libs/libsoup:2.4
- net-libs/gnutls )
- grammar? ( >=dev-libs/link-grammar-4.2.1 )
- latex? ( dev-libs/libxslt )
- libgda? (
- =gnome-extra/libgda-1*
- =gnome-extra/libgnomedb-1* )
- math? ( >=x11-libs/gtkmathview-0.7.5 )
- openxml? ( dev-libs/boost )
- ots? ( >=app-text/ots-0.5 )
- readline? ( sys-libs/readline )
- thesaurus? ( >=app-text/aiksaurus-1.2[gtk] )
- wordperfect? (
- >=app-text/libwpd-0.8
- >=media-libs/libwpg-0.1 )
- wmf? ( >=media-libs/libwmf-0.2.8 )
- )
- spell? ( >=app-text/enchant-1.2 )
- !<app-office/abiword-plugins-2.8"
-# svg? ( >=gnome-base/librsvg-2 )
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9"
-
-pkg_setup() {
- # do not enable gnome-vfs
- G2CONF="${G2CONF}
- --enable-shave
- --disable-static
- --disable-maintainer-mode
- --disable-default-plugins
- --disable-builtin-plugins
- --disable-collab-backend-telepathy
- --enable-clipart
- --enable-statusbar
- --enable-templates
- --with-gio
- --without-gnomevfs
- $(use_with gnome goffice)
- $(use_enable cups print)
- $(use_enable collab collab-backend-xmpp)
- $(use_enable collab collab-backend-tcp)
- $(use_enable collab collab-backend-service)
- $(use_enable spell)"
-}
-
-gnome2_src_prepare() {
- # workaround for #316287, patch from abisource #12701
- patch -p1 < "${FILESDIR}/${P}-collab.patch"
- patch plugin-configure.m4 < "${FILESDIR}/${P}-collab.patch"
- eautoreconf
-}
-
-src_configure() {
- local plugins=""
-
- if use plugins; then
- # Plugins depending on libgsf
- plugins="t602 docbook clarisworks wml kword hancom openwriter pdf
- loadbindings mswrite garble pdb applix opendocument sdw xslfo"
-
- # Plugins not depending on anything
- plugins="${plugins} gimp bmp freetranslation iscii s5 babelfish opml eml
- wikipedia gdict passepartout google presentation urldict hrtext mif"
-
- # inter7eps: eps.h
- # libtidy: gsf + tidy.h
- # paint: windows only ?
- use collab && plugins="${plugins} collab"
- use gnome && plugins="${plugins} goffice"
- use latex && plugins="${plugins} latex"
- use libgda && plugins="${plugins} gda"
- use math && plugins="${plugins} mathview"
- use openxml && plugins="${plugins} openxml"
- use ots && plugins="${plugins} ots"
- # psion: >=psiconv-0.9.4
- use readline && plugins="${plugins} command"
- # plugin doesn't build
- #use svg && plugins="${plugins} rsvg"
- use thesaurus && plugins="${plugins} aiksaurus"
- use wmf && plugins="${plugins} wmf"
- # wordperfect: >=wpd-0.8 >=wps-0.1
- use wordperfect && plugins="${plugins} wpg"
- fi
-
- gnome2_src_configure --enable-plugins="$(echo ${plugins})"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # install icon to pixmaps (bug #220097)
- sed 's:icondir= $(datadir)/icons:icondir = $(datadir)/pixmaps:' \
- -i Makefile.am Makefile.in || die "sed 1 failed"
- # readme.txt will be installed using dodoc
- sed '/readme\.txt\|abw/d' \
- -i user/wp/Makefile.am user/wp/Makefile.in || die "sed 2 failed"
-}
-
-src_install() {
- gnome2_src_install
-
- sed "s:Exec=abiword:Exec=abiword-${MY_MAJORV}:" \
- -i "${D}"/usr/share/applications/abiword.desktop || die "sed 3 failed"
-
- mv "${D}/usr/bin/abiword" "${D}/usr/bin/AbiWord-${MY_MAJORV}"
- dosym AbiWord-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV}
-
- dodoc AUTHORS user/wp/readme.txt || die "dodoc failed"
-
- # Not needed
- find "${D}" -name "*.la" -delete || die "failed *.la removal"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-
- alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]"
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
-
- alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]"
-}
diff --git a/app-office/abiword/files/abiword-2.8.4-collab.patch b/app-office/abiword/files/abiword-2.8.4-collab.patch
deleted file mode 100644
index 4321069..0000000
--- a/app-office/abiword/files/abiword-2.8.4-collab.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur a/plugins/collab/plugin.m4 b/plugins/collab/plugin.m4
---- a/plugins/collab/plugin.m4 2010-04-14 23:50:17.000000000 +0200
-+++ b/plugins/collab/plugin.m4 2010-04-20 03:29:37.000000000 +0200
-@@ -47,12 +47,14 @@
- [AS_HELP_STRING([--enable-collab-backend-tcp], [TCP backend (default: auto)])],
- [
- enable_collab_backend_tcp=$enableval
-- AC_LANG_PUSH(C++)
-- AC_CHECK_HEADERS([asio.hpp], [],
-- [
-- AC_MSG_ERROR([collab plugin: asio is required for the collab plugin TCP backend, see http://think-async.com/])
-- ])
-- AC_LANG_POP
-+ if test "$enable_collab_backend_tcp" != "no"; then
-+ AC_LANG_PUSH(C++)
-+ AC_CHECK_HEADERS([asio.hpp], [],
-+ [
-+ AC_MSG_ERROR([collab plugin: asio is required for the collab plugin TCP backend, see http://think-async.com/])
-+ ])
-+ AC_LANG_POP
-+ fi
- ], [
- AC_LANG_PUSH(C++)
- AC_CHECK_HEADERS([asio.hpp],
-@@ -82,12 +84,14 @@
- [AS_HELP_STRING([--enable-collab-backend-service], [abicollab.net backend (default: auto)])],
- [
- enable_collab_backend_service=$enableval
-- AC_LANG_PUSH(C++)
-- AC_CHECK_HEADERS([asio.hpp], [],
-- [
-- AC_MSG_ERROR([collab plugin: asio is required for the the abicollab.net backend, see http://think-async.com/])
-- ])
-- AC_LANG_POP
-+ if test "$enable_collab_backend_service" != "no"; then
-+ AC_LANG_PUSH(C++)
-+ AC_CHECK_HEADERS([asio.hpp], [],
-+ [
-+ AC_MSG_ERROR([collab plugin: asio is required for the the abicollab.net backend, see http://think-async.com/])
-+ ])
-+ AC_LANG_POP
-+ fi
- ], [
- AC_LANG_PUSH(C++)
- AC_CHECK_HEADERS([asio.hpp],
diff --git a/media-video/handbrake/ChangeLog b/media-video/handbrake/ChangeLog
new file mode 100644
index 0000000..d0985bf
--- /dev/null
+++ b/media-video/handbrake/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-video/handbrake
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*handbrake-9999 (23 Jun 2011)
+
+ 23 Jun 2011; Jeff Gardner <je_fro@gentoo.org> +handbrake-9999.ebuild,
+ +metadata.xml:
+ Initial ebuild
+
diff --git a/media-video/handbrake/Manifest b/media-video/handbrake/Manifest
new file mode 100644
index 0000000..69105c4
--- /dev/null
+++ b/media-video/handbrake/Manifest
@@ -0,0 +1,3 @@
+EBUILD handbrake-9999.ebuild 1270 RMD160 96077453e4698128e8a4c8a375eea5e7df9cb45a SHA1 3da9f263e621df10b8e0ad79768bd72ff39eca00 SHA256 213aaa8d737066bb47f7ad428bea65003ff73c7765d9d26299159c67df2d9741
+MISC ChangeLog 260 RMD160 7ed5bcc19540ef83545b06c6029a614623239f2f SHA1 1ee5a61fd7a63afd080f58537b8c0d36107e7004 SHA256 523b7bb3e84dbb293525c8735ba982941153017ebb08829742aa683b6b6fda4f
+MISC metadata.xml 294 RMD160 da5d8d5cb52e4ef399f64e9b927410a27248f2ad SHA1 fd215c79abe777d243e95e7e07d49929b98031c9 SHA256 b02ee4dd6c5eba719c533145a62138502a3cbcef20054d7e4354cee4368115db
diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild
new file mode 100644
index 0000000..c0c0bd3
--- /dev/null
+++ b/media-video/handbrake/handbrake-9999.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+ESVN_REPO_URI="svn://svn.handbrake.fr/HandBrake/trunk"
+
+inherit subversion gnome2-utils
+
+DESCRIPTION="Open-source DVD to MPEG-4 converter."
+HOMEPAGE="http://handbrake.fr/"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~x86 ~amd64"
+
+IUSE="gtk"
+RDEPEND="
+ gtk? ( >=x11-libs/gtk+-2.8
+ dev-libs/glib
+ dev-libs/dbus-glib
+ sys-apps/hal
+ net-libs/webkit-gtk
+ x11-libs/libnotify
+ media-libs/gstreamer
+ media-libs/gst-plugins-base
+ >=sys-fs/udev-147[extras]
+ )"
+DEPEND="sys-libs/zlib
+ dev-lang/yasm
+ >=dev-lang/python-2.4.6
+ || ( >=net-misc/wget-1.11.4 >=net-misc/curl-7.19.4 )
+ $RDEPEND"
+
+src_configure() {
+
+ local myconf=""
+
+ ./configure --force --prefix=/usr/local --disable-gtk-update-checks ${myconf} || die "configure failed"
+
+}
+
+src_compile() {
+
+ cd "${S}/build" || die "cannot find build dir"
+
+ WANT_AUTOMAKE=1.9 emake -C build || die "failed compiling ${PN}"
+
+}
+
+src_install() {
+
+ cd "${S}/build" || die "cannot find build dir"
+
+ make DESTDIR="${D}" install || die "failed installing ${PN}"
+
+
+}
+
+pkg_preinst() {
+
+ gnome2_icon_savelist
+
+}
+
+pkg_postinst() {
+
+ gnome2_icon_cache_update
+
+}
+
+pkg_postrm() {
+
+ gnome2_icon_cache_update
+
+}
diff --git a/media-video/handbrake/metadata.xml b/media-video/handbrake/metadata.xml
new file mode 100644
index 0000000..7251de9
--- /dev/null
+++ b/media-video/handbrake/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>je_fro@gentoo.org</email>
+<name>Jeff Gardner</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+