diff options
author | Johannes Huber <johu@gentoo.org> | 2012-05-03 12:37:02 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-05-03 12:37:02 +0200 |
commit | 975a2a87916f0ff4bfcab69014237ea0f1295369 (patch) | |
tree | 71cc1a5e5eb3c3bb292b553d07fddc888f976c7f | |
parent | [dev-python/gudev] Migrate to virtual/pkgconfig. Fix repoman issues. (diff) | |
download | betagarden-975a2a87916f0ff4bfcab69014237ea0f1295369.tar.gz betagarden-975a2a87916f0ff4bfcab69014237ea0f1295369.tar.bz2 betagarden-975a2a87916f0ff4bfcab69014237ea0f1295369.zip |
[games-board/infector] Migrate to virtual/pkgconfig. Fix repoman issues. Remove temp file.
(Portage version: 2.2.0_alpha101/git/Linux i686, signed Manifest commit with key F3CFD2BD)
-rw-r--r-- | games-board/infector/Manifest | 17 | ||||
-rw-r--r-- | games-board/infector/infector-0.2-r1.ebuild | 6 | ||||
-rw-r--r-- | games-board/infector/infector-0.2-r1.ebuild~ | 47 | ||||
-rw-r--r-- | games-board/infector/metadata.xml | 5 |
4 files changed, 24 insertions, 51 deletions
diff --git a/games-board/infector/Manifest b/games-board/infector/Manifest index e20883d..e524c5d 100644 --- a/games-board/infector/Manifest +++ b/games-board/infector/Manifest @@ -1,2 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + DIST infector-0.2.tar.gz 199565 RMD160 453fed4a2db1759497354c366bf4b10eede70747 SHA1 0c9dbd59d5f897771d33b0fb1a39cefc4d7e4142 SHA256 73cb3460790d1a8cf017cda06430554111aaa990af491f8858c1462a01591b7d -EBUILD infector-0.2-r1.ebuild 999 RMD160 da9a8ef5a570639a82d0527610042515153244bb SHA1 272d8d7f34acf8e79d6856962ddc15a209e4a48c SHA256 57a114808b2703c5522d61bf7c135bafb60acfe02d2ae918d2d3fef0ae110c76 +EBUILD infector-0.2-r1.ebuild 998 RMD160 e0b0fe458f7cd1b7c598cb7780ef88f9f7efcec8 SHA1 be8f57afa0d7d45fc65a28b3bc2023b2dbaf1f54 SHA256 c6d36601ec98e82ffd49de3796dddf60508ac66328068ae88f19504fa8b86ba5 +MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iQEcBAEBCgAGBQJPol/OAAoJEO+t9ga+3I3arRIH/0hIv5kqf+HfLqllXQCW0IKa +LDKbN+Uvw7Nzit3oSKGwRQVm2Td1057lXS3GEIEfv1keu9cPQ+hmv9xSQ3KXTcSq +88XUYlszn93zRW51MFnjXXdNnSNus5FqjSKHzbN+78z3WSXu9USFH9QB/XyGALzi +rWpCOoQLJahYdGNVeFgjiCPf15o6FjG7uBxOHi65R/xJNQsiPXuIytbQuTDNvsFb +NJ3R77URhX7aE0gu/DRNEmSnW6Lso2pWFXGoqGpEHjNcDVMrBundhtv0j0CLg01c +nY7V84la69n1EV7NvKoFihrjH5qm3anUNhUOjixSrvaNVSPx5fCs1wCroX5V/N8= +=SJUq +-----END PGP SIGNATURE----- diff --git a/games-board/infector/infector-0.2-r1.ebuild b/games-board/infector/infector-0.2-r1.ebuild index 6509f0d..16d934b 100644 --- a/games-board/infector/infector-0.2-r1.ebuild +++ b/games-board/infector/infector-0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -20,10 +20,10 @@ RDEPEND=">=dev-cpp/gtkmm-2.12 >=dev-cpp/libglademm-2.6" DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext dev-util/intltool gnome-base/librsvg + sys-devel/gettext + virtual/pkgconfig x11-misc/xdg-utils" copy_stuff() { diff --git a/games-board/infector/infector-0.2-r1.ebuild~ b/games-board/infector/infector-0.2-r1.ebuild~ deleted file mode 100644 index 6509f0d..0000000 --- a/games-board/infector/infector-0.2-r1.ebuild~ +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" - -inherit games - -DESCRIPTION="Ataxx/Hexxagon clone." - -HOMEPAGE="http://infector.mangobrain.co.uk/" -SRC_URI="http://infector.mangobrain.co.uk/downloads/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND=">=dev-cpp/gtkmm-2.12 - >=dev-cpp/libglademm-2.6" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext - dev-util/intltool - gnome-base/librsvg - x11-misc/xdg-utils" - -copy_stuff() { - if [[ -d "$1" ]] ; then - dodir "$2" || die "dodir failed" - cp -LR "$1"/* "${D}"/"$2" || die "cp failed" - fi -} - -src_install() { - XDG_UTILS_INSTALL_MODE=user \ - emake DESTDIR="${D}" install \ - || die "make install failed" - - # xdg-utils workaround - cd "${PORTAGE_BUILDDIR}"/homedir/ || die "cd failed" - chmod -R a+r . || die "chmod failed" - copy_stuff .gnome/apps /usr/share/gnome/apps/ - copy_stuff .local/share /usr/share/ - copy_stuff .kde/share /usr/share/ -} diff --git a/games-board/infector/metadata.xml b/games-board/infector/metadata.xml new file mode 100644 index 0000000..31dc017 --- /dev/null +++ b/games-board/infector/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> +</pkgmetadata> |