diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-02-08 06:52:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-02-08 06:52:22 +0000 |
commit | 510a0e73178d7b4e57cd676b033353b17dbf5617 (patch) | |
tree | 485baa07904c100d3ebbae45e452e7360096a034 /x11-misc/xdg-utils | |
parent | Version bump. (diff) | |
download | gentoo-2-510a0e73178d7b4e57cd676b033353b17dbf5617.tar.gz gentoo-2-510a0e73178d7b4e57cd676b033353b17dbf5617.tar.bz2 gentoo-2-510a0e73178d7b4e57cd676b033353b17dbf5617.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-misc/xdg-utils')
-rw-r--r-- | x11-misc/xdg-utils/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120319.ebuild | 51 | ||||
-rw-r--r-- | x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120916.ebuild | 62 |
3 files changed, 5 insertions, 114 deletions
diff --git a/x11-misc/xdg-utils/ChangeLog b/x11-misc/xdg-utils/ChangeLog index 86594e5ccd02..da8677222bff 100644 --- a/x11-misc/xdg-utils/ChangeLog +++ b/x11-misc/xdg-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xdg-utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.119 2014/02/08 06:50:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.120 2014/02/08 06:52:22 ssuominen Exp $ + + 08 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> + -xdg-utils-1.1.0_rc1_p20120319.ebuild, -xdg-utils-1.1.0_rc1_p20120916.ebuild: + old *xdg-utils-1.1.0_rc2 (08 Feb 2014) diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120319.ebuild b/x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120319.ebuild deleted file mode 100644 index 7eca5a2652ec..000000000000 --- a/x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120319.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120319.ebuild,v 1.10 2012/05/28 17:05:53 armin76 Exp $ - -# See .spec in http://pkgs.fedoraproject.org/gitweb/?p=xdg-utils.git;a=summary -# The source tree MUST be cleaned before rolling a snapshot tarball: -# make scripts-clean -C scripts -# make man scripts -C scripts - -EAPI=4 - -DESCRIPTION="Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability" -HOMEPAGE="http://portland.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.xz" -#SRC_URI="http://portland.freedesktop.org/download/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc +perl" - -RDEPEND="dev-util/desktop-file-utils - x11-misc/shared-mime-info - x11-apps/xprop - x11-apps/xset - perl? ( dev-perl/File-MimeInfo )" -DEPEND="" - -DOCS="ChangeLog README RELEASE_NOTES TODO" - -RESTRICT="test" # Disabled because of sandbox violation(s) - -src_install() { - default - - newdoc scripts/README README.scripts - use doc && dohtml -r scripts/html - - # Install default XDG_DATA_DIRS, bug #264647 - echo 'XDG_DATA_DIRS="/usr/local/share"' > 30xdg-data-local - echo 'COLON_SEPARATED="XDG_DATA_DIRS XDG_CONFIG_DIRS"' >> 30xdg-data-local - doenvd 30xdg-data-local - - echo 'XDG_DATA_DIRS="/usr/share"' > 90xdg-data-base - echo 'XDG_CONFIG_DIRS="/etc/xdg"' >> 90xdg-data-base - doenvd 90xdg-data-base -} - -pkg_postinst() { - [[ -x $(type -P gtk-update-icon-cache) ]] || elog "Install x11-libs/gtk+:2 for the gtk-update-icon-cache command." -} diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120916.ebuild b/x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120916.ebuild deleted file mode 100644 index 49708f1ba914..000000000000 --- a/x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120916.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.1.0_rc1_p20120916.ebuild,v 1.2 2013/09/22 01:59:37 heroxbd Exp $ - -# See .spec in http://pkgs.fedoraproject.org/gitweb/?p=xdg-utils.git;a=summary -# The source tree MUST be cleaned before rolling a snapshot tarball: -# make scripts-clean -C scripts -# make man scripts -C scripts - -EAPI=4 - -DESCRIPTION="Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability" -HOMEPAGE="http://portland.freedesktop.org/" -SRC_URI="http://dev.gentoo.org/~ssuominen/${P/0823/2308}.tar.xz -> ${P}.tar.xz" # typo :( -#SRC_URI="http://portland.freedesktop.org/download/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc +perl" - -RDEPEND="dev-util/desktop-file-utils - x11-misc/shared-mime-info - x11-apps/xprop - x11-apps/xset - perl? ( dev-perl/File-MimeInfo )" -DEPEND="" -#app-text/xmlto || ( www-client/links www-client/lynx virtual/w3m ) - -DOCS="ChangeLog README RELEASE_NOTES TODO" - -RESTRICT="test" # Disabled because of sandbox violation(s) - -S=${WORKDIR}/${P/0823/2308} - -#src_prepare() { -# emake scripts-clean -C scripts -#} -# -#src_compile() { -# emake man scripts -C scripts -#} - -src_install() { - default - - newdoc scripts/README README.scripts - use doc && dohtml -r scripts/html - - # Install default XDG_DATA_DIRS, bug #264647 - echo XDG_DATA_DIRS=\"${EPREFIX}/usr/local/share\" > 30xdg-data-local - echo 'COLON_SEPARATED="XDG_DATA_DIRS XDG_CONFIG_DIRS"' >> 30xdg-data-local - doenvd 30xdg-data-local - - echo XDG_DATA_DIRS=\"${EPREFIX}/usr/share\" > 90xdg-data-base - echo XDG_CONFIG_DIRS=\"${EPREFIX}/etc/xdg\" >> 90xdg-data-base - doenvd 90xdg-data-base -} - -pkg_postinst() { - [[ -x $(type -P gtk-update-icon-cache) ]] || elog "Install x11-libs/gtk+:2 for the gtk-update-icon-cache command." -} |