diff options
-rwxr-xr-x | games-engines/fife/Manifest | 1 | ||||
-rwxr-xr-x | games-engines/fife/fife-9999.ebuild | 68 | ||||
-rw-r--r-- | media-libs/libbdplus/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libbdplus/libbdplus-9999.ebuild | 28 | ||||
-rwxr-xr-x | net-misc/unison/Manifest | 7 | ||||
-rwxr-xr-x | net-misc/unison/files/unison-2.27.57-as-needed.patch | 11 | ||||
-rwxr-xr-x | net-misc/unison/files/unison-2.32.52-arch-1.patch | 12 | ||||
-rwxr-xr-x | net-misc/unison/files/unison-mymap.patch | 13 | ||||
-rwxr-xr-x | net-misc/unison/unison-2.32.52.ebuild | 88 | ||||
-rw-r--r-- | sys-boot/raspberrypi-firmware/Manifest | 11 | ||||
-rw-r--r-- | sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-cmdline.txt | 1 | ||||
-rw-r--r-- | sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-config.txt | 81 | ||||
-rw-r--r-- | sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-envd | 2 | ||||
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 61 | ||||
-rw-r--r-- | x11-libs/libxcb/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.10.ebuild | 48 |
16 files changed, 0 insertions, 435 deletions
diff --git a/games-engines/fife/Manifest b/games-engines/fife/Manifest deleted file mode 100755 index 998e3db..0000000 --- a/games-engines/fife/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD fife-9999.ebuild 1359 RMD160 2cd94dba4453ac48e424a6c22c47aebac1a0ab45 SHA1 fbd7c6b1fd6a79fae17dfa7911ce36ebd747df58 SHA256 750708e8027f567846f82519f32bfca04159f2cd45d5a9be582cfd81fba5405a diff --git a/games-engines/fife/fife-9999.ebuild b/games-engines/fife/fife-9999.ebuild deleted file mode 100755 index 580177e..0000000 --- a/games-engines/fife/fife-9999.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -PYTHON_DEPEND="2" - -inherit subversion python boost-utils - -DESCRIPTION="Flexible Isometric Free Engine" -HOMEPAGE="http://fifengine.de/" - -ESVN_REPO_URI="http://fife.svn.cvsdude.com/engine/trunk" - -LICENSE="LGPL-2" - -SLOT="0" -IUSE="opengl debug profile" - -RDEPEND="dev-libs/boost - dev-python/pyyaml - media-libs/libsdl - media-libs/sdl-ttf - media-libs/sdl-image[png] - media-libs/libvorbis - media-libs/libogg - media-libs/openal - sys-libs/zlib - x11-libs/libXcursor - opengl? ( virtual/opengl virtual/glu dev-games/guichan[opengl] ) - dev-games/guichan[sdl] - media-libs/libpng - x11-libs/libXext -" - -DEPEND="${RDEPEND} - dev-util/scons - dev-lang/swig -" - -src_prepare() { - #remove bundled libs - rm -r ext - epatch "${FILESDIR}/${PN}-0.3.1-unbundle-libpng.patch" -} - -src_compile() { - local SCONS_ARGS="" - if use debug; then - SCONS_ARGS="$SCONS_ARGS --enable-debug" - fi - - if ! use opengl; then - SCONS_ARGS="$SCONS_ARGS --disable-opengl" - fi - - if use profile; then - SCONS_ARGS="$SCONS_ARGS --enable-profile" - fi - - scons --python-prefix="${D}"/$(python_get_sitedir) --prefix="${D}"/usr "$SCONS_ARGS" -} - -src_install() { - add_boost_paths - scons install-python --python-prefix="${D}/$(python_get_sitedir)" --prefix="${D}/usr" || die 'install failed' -} diff --git a/media-libs/libbdplus/Manifest b/media-libs/libbdplus/Manifest deleted file mode 100644 index 78d3435..0000000 --- a/media-libs/libbdplus/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD libbdplus-9999.ebuild 593 SHA256 eec72dd6838bc6b9538597b7bdb1a1d3aba708de3955020b8e260c141d75618c SHA512 27c0b66639d1db7a7a3d0083031e3cbc42b02bc8a836236b0a0d64fea5fb3843ddd7e7a0ad1debbc1cdffcf3e98d973419c252dd7459c33e1663f5ecf8661252 WHIRLPOOL e8c4650a2be2b01a52c5b8e273d1d100d54ef65714e87f731c5df140f1c9acf517c55ca49d2a261609f08c47e92c609b64b07dac32f9de2303d67457ef7a4018 diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild deleted file mode 100644 index c053cba..0000000 --- a/media-libs/libbdplus/libbdplus-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils git-2 autotools-utils - -DESCRIPTION="Library for handling the BD+ protection scheme on bluray discs" -HOMEPAGE="http://www.videolan.org/developers/libbdplus.html" - -EGIT_REPO_URI="git://git.videolan.org/libbdplus.git" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="" -IUSE="doc" - -DEPEND=">=media-libs/libaacs-0.7.0" -RDEPEND="${DEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 -AUTOTOOLS_AUTORECONF=1 -DOCS=(COPYING README.txt ChangeLog) - -src_unpack () { - git-2_src_unpack -}
\ No newline at end of file diff --git a/net-misc/unison/Manifest b/net-misc/unison/Manifest deleted file mode 100755 index 3239048..0000000 --- a/net-misc/unison/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -AUX unison-2.27.57-as-needed.patch 432 RMD160 a6b5baf799f686764c7dc9285541cae9178c4fbd SHA1 f7566f358355b0ecb5e000101721d189363bbdc4 SHA256 0284d72f0d9de0a824c2bc2a2f78baced3b84eb15ea10e0e6576ff52cf57686d -AUX unison-2.32.52-arch-1.patch 325 RMD160 4ca54dc19763b7e63ba2f732658abee916e98300 SHA1 54e3b8c5d4d5e87050fddd1c5d475b1f5e39c2c6 SHA256 8030de5b8a3e473f053983e5338a497c6f3c0170fe3a0c4493367b1e6e5bb098 -AUX unison-mymap.patch 466 RMD160 b317f3a79f11c2f9a91afa9801d196e8981f833b SHA1 5cc693b6bb2252a220b7db47227dd55cb0a7350e SHA256 1b73b9b4cf308b2f538fddfe95ee2ae42f5090015fbce132d2ae5789ea25a480 -DIST unison-2.32.52-manual.html 249124 RMD160 6c225f0826cfc40f82ed1cee9db17f3ed7f900d5 SHA1 f66a6489f6c9bdb046f0808a3dc8e344efe6789a SHA256 c898239d8139d8405b96d87e12c06c7f41fd3629cac0c83bc338aad50fed7f81 -DIST unison-2.32.52-manual.pdf 478388 RMD160 799f87d5a2452cfcf5b0ccc8a890a70f37b10d32 SHA1 22eb243d467d16fcd2101130cb7105e0d043fdfb SHA256 b3fee7ac99907f3b1ed02c6ac901678e82ea1eed936acb45e9735b95d55cc4eb -DIST unison-2.32.52.tar.gz 697866 RMD160 8216a2e482d5a445dd7acdb62e1bb6377e90d1a1 SHA1 68ea5709de4fcc2f9aef7b01b24637503b61b5ac SHA256 1542e5d4ad03e928260e061a8ff9d5e0bca3282481ed8bec5552de17a0270485 -EBUILD unison-2.32.52.ebuild 2544 RMD160 54357ab2d647db6b34a8a82a48d5d1faa5101abe SHA1 3e221e268c36aac95853db3313be78332e529fa5 SHA256 b787564339daa4a0c656159ac2c4b0d0c5199517d89fc12985deaf4ba9ef156c diff --git a/net-misc/unison/files/unison-2.27.57-as-needed.patch b/net-misc/unison/files/unison-2.27.57-as-needed.patch deleted file mode 100755 index ff5be04..0000000 --- a/net-misc/unison/files/unison-2.27.57-as-needed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- unison-2.17.1/Makefile.OCaml -+++ unison-2.17.1/Makefile.OCaml -@@ -330,7 +330,7 @@ - - $(NAME)$(EXEC_EXT): $(CAMLOBJS) $(COBJS) - @echo Linking $@ -- $(CAMLC) -verbose $(CAMLFLAGS) -o $@ $(CFLAGS) $(CAMLLIBS) $(CLIBS) $^ -+ $(CAMLC) -verbose $(CAMLFLAGS) -o $@ $(CFLAGS) $(CAMLLIBS) $^ $(CLIBS) - - # Unfortunately -output-obj does not put .o files into the output, only .cmx - # files, so we have to use $(LD) to take care of COBJS. diff --git a/net-misc/unison/files/unison-2.32.52-arch-1.patch b/net-misc/unison/files/unison-2.32.52-arch-1.patch deleted file mode 100755 index bb364b4..0000000 --- a/net-misc/unison/files/unison-2.32.52-arch-1.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/terminal.ml -=================================================================== ---- src/terminal.ml (révision 463) -+++ src/terminal.ml (copie de travail) -@@ -191,7 +191,6 @@ - exit 127 - end - | childPid -> -- Unix.close slaveFd; - (Some masterFd, childPid) - end - diff --git a/net-misc/unison/files/unison-mymap.patch b/net-misc/unison/files/unison-mymap.patch deleted file mode 100755 index 030eb0f..0000000 --- a/net-misc/unison/files/unison-mymap.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: unison-2.32.52/update.mli -=================================================================== ---- unison-2.32.52.orig/update.mli -+++ unison-2.32.52/update.mli -@@ -1,7 +1,7 @@ - (* Unison file synchronizer: src/update.mli *) - (* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *) - --module NameMap : Map.S with type key = Name.t -+module NameMap : MyMap.S with type key = Name.t - - type archive = - ArchiveDir of Props.t * archive NameMap.t diff --git a/net-misc/unison/unison-2.32.52.ebuild b/net-misc/unison/unison-2.32.52.ebuild deleted file mode 100755 index f8b9408..0000000 --- a/net-misc/unison/unison-2.32.52.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.32.52.ebuild,v 1.4 2010/08/05 06:16:50 aballier Exp $ - -EAPI="2" - -inherit eutils versionator - -IUSE="gtk doc static debug threads +ocamlopt test" - -DESCRIPTION="Two-way cross-platform file synchronizer" -HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/" -LICENSE="GPL-2" -SLOT="$(get_version_component_range 1-2 ${PV})" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" - -# ocaml version so we are sure it has ocamlopt use flag -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - gtk? ( >=dev-ml/lablgtk-2.2 ) - test? ( || ( dev-util/ctags virtual/emacs ) )" - -RDEPEND="gtk? ( >=dev-ml/lablgtk-2.2 - || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) ) - !net-misc/unison:0 - app-admin/eselect-unison" - -#PDEPEND="gtk? ( media-fonts/font-schumacher-misc )" - -SRC_URI="http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}.tar.gz - doc? ( http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf - http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.27.57-as-needed.patch" - epatch "${FILESDIR}/${PN}-mymap.patch" - epatch "${FILESDIR}/${P}-arch-1.patch" -} - -src_compile() { - local myconf - - if use threads; then - myconf="$myconf THREADS=true" - fi - - if use static; then - myconf="$myconf STATIC=true" - fi - - if use debug; then - myconf="$myconf DEBUGGING=true" - fi - - if use gtk; then - myconf="$myconf UISTYLE=gtk2" - else - myconf="$myconf UISTYLE=text" - fi - - use ocamlopt || myconf="$myconf NATIVE=false" - - # Discard cflags as it will try to pass them to ocamlc... - emake $myconf CFLAGS="" buildexecutable || die "error making unsion" -} - -src_test() { - emake selftest || die "selftest failed" -} - -src_install () { - # install manually, since it's just too much - # work to force the Makefile to do the right thing. - newbin unison unison-${SLOT} || die - dodoc BUGS.txt CONTRIB INSTALL NEWS \ - README ROADMAP.txt TODO.txt || die - - if use doc; then - dohtml "${DISTDIR}/${P}-manual.html" || die - dodoc "${DISTDIR}/${P}-manual.pdf" || die - fi - use ocamlopt || export STRIP_MASK="*/bin/*" -} - -pkg_postinst() { - elog "Unison now uses SLOTs, so you can specify servercmd=/usr/bin/unison-${SLOT}" - elog "in your profile files to access exactly this version over ssh." - elog "Or you can use 'eselect unison' to set the version." -} diff --git a/sys-boot/raspberrypi-firmware/Manifest b/sys-boot/raspberrypi-firmware/Manifest deleted file mode 100644 index 8f28a68..0000000 --- a/sys-boot/raspberrypi-firmware/Manifest +++ /dev/null @@ -1,11 +0,0 @@ -AUX raspberrypi-firmware-0_p20130711-cmdline.txt 203 SHA256 4a5b380215cf65e7849ec11071abde3fdb002335747886cda35fa45b6d93fdb3 SHA512 ea4ddd6005bf8979d4299867a8889d67192c91467833beff8785bc01ac8d33544e712b2956da51b58a7b4ab1a1acaf4f27428d294f0dfae87ec91da8a71e3c9f WHIRLPOOL 11245812d1a7363ab0ac2849d92e0fb927d6d1f7a4efdc95508c52db471822e2c62dd9781a3dcb6fa46c3c819392091bc3a271f8408c71ca15f32341729684c1 -AUX raspberrypi-firmware-0_p20130711-config.txt 1706 SHA256 e34a2735eb15dc3927ca0c8f782d7c3b6ba9aa7271aabfa794985eadb3ce5c5a SHA512 2a0a19a84ab871d73e330e870b086b85a7776a1b17dd6054451be735249208a982249ca62f6d2fe51aba74c78f36266143d65ffe0549cdf8afbf20bcf637c78f WHIRLPOOL ba3854d8bc2e352d1e15635d63fcb1508a2d74288e9e3dc6d19fdd79cff439c0ad4fb10f459f9ed88e1898d1f81c6aadb8a2a117c6dcd9d159ca0fd20ca0249d -AUX raspberrypi-firmware-0_p20130711-envd 53 SHA256 5daacb075f5501dc76c7cacce643ce43b42da5ad69932098eab6d184e36104a8 SHA512 032aa497cbde187ed8cfa5ba5adaf96b28f9dd2babb882d934d9009771ca50e9d8c6a8d5535551a8e8cf8e1932865dd0e4806ba56c9694952cbb3d93f9081ca7 WHIRLPOOL d003045db57217f55c29d8f144a59fa3be7196945512e1d9c9135eb38440ff1c1247edcf8268393e65776f750eeae5136802f46b20065e3bf3783ee1c6f11955 -DIST raspberrypi-firmware-bootcode.bin 17840 SHA256 17b9151c53bae6a9c91cdaf57824efc40ffc085493455898d6a2ee8b57ee0cff SHA512 778ec034512ecfe02fc32986f75e12fda49a7ad51051de92edb90c3df855615e41e5a00b738b8508cfdabc3a5092247a1e1f480f08af9606b86fb7a8bd961c71 WHIRLPOOL a783457126eb393aebc0a1317e11acb198cbdc03fda53886e1782ab899032fdf8ef9f39473de27e32815c1cc4131514d7c1c66dd82b66c95b4eec87549000446 -DIST raspberrypi-firmware-fixup.dat 6066 SHA256 5ce87293a8f44f60fe6ba77dabee22a4d407e6bef884ccf113a78d36e5507379 SHA512 22f369053512ef34a288bb17f953691db83590b8535c2198a3cca77f2f9d35100987ccf63bbd8067a22e6e46260a1d8f9e2b19005330dab940834be1e2a81464 WHIRLPOOL 2cc26c85b965e20d6201ce19fadae9ffbd66ba87aa3f81a368c0960e930b6d6a829d8be4b63a4956f36cbabb82016d2bb3f2eb52a41204b46347126710f46e47 -DIST raspberrypi-firmware-fixup_cd.dat 2279 SHA256 e294bd03ac82a68e4522b792110ae3cd65f9792430d46af87622423eadb6bf92 SHA512 18c3aaf46b5f0f71e763e275b3198dac405336b7f391c37208002598f97ddfad5f9bc04db89fc789344cbe37146932d273a1c0e3719e6423de078a90842eba42 WHIRLPOOL 930feef03cd64494492dc1194a817b926f4bb591f77ef00690fe495ea50096e44748fb45354073942ee2cf51271bf4b4e4d3daad8bc625787bcf11a5c7db5060 -DIST raspberrypi-firmware-fixup_x.dat 9114 SHA256 6ed7f2087ff251d04008f42b0bfcda6041633dd5db9b3a299924b07f0d5af7c5 SHA512 649a4098b3b77c2e393beb54cc35ba7a5e6e8b87573db2874deb215cc95db26cc7e72f740e9c3eade7b142198ae778c1efb39eb68b188a0f8dc73d90feb40ec2 WHIRLPOOL 3e5bf0bf247951039d5801f46d59f328ca905f6710c23e1156d3bbc0f9c9a2a208b80b95e6ef71176322fd53134d24cd089213d7fb2b3751ef12d8b520afb10d -DIST raspberrypi-firmware-start.elf 2595064 SHA256 258e084e958df70fc62792f06e4ad3f3663dc946994d03266775e5416b14c41a SHA512 420cc4bd698b8e229ad477f1e2d318744e5d09d4b8ff36621139f6d615585a2617c56065f5eef5b8707040947a5da378b67c9ca8d24b6b5ea1665c475b9f4645 WHIRLPOOL 9d0dc266fd444e689d85be747fe3f193c09e3d03ae180202afbd4070c4016b51ed23a4373d98228e27514e3617e8d10b81008b7aa3e82df51a8949bac5f1f4dc -DIST raspberrypi-firmware-start_cd.elf 528696 SHA256 5734d15a9bbd19fdeb7bb9430a4f9254bcc37c087d7e9380ee07e1673e9319ff SHA512 791d5bed84d936553d948d4d9df4771726ba76a27321365b190f1f16929fc545a3da7d90d09ed08c4a99b8e7988d810128363cdb6f0511c0dc3fc2cd8a9f6b4c WHIRLPOOL 68817ccd2c82b71bbe61cb4aa28c794550fc0ccc83944650646c96d5bae0c12b64e858b05e54f2a13c8f80e28298bb3f911d1c0987f22d45c085b410de7c76b4 -DIST raspberrypi-firmware-start_x.elf 3550344 SHA256 3502e1c0afd20b8a7278739435f60963fd6510a55fa2ebe1bf96d93f9ad3a31d SHA512 eb60028fe913cb676c5255d7b2411923729500ff4e597e5ab6c3198a8cf7c24a4819c482a8fcb4b5aff90f40398c8bdeabaec3fffef81c94ece72b246bbe7ba0 WHIRLPOOL 103d2fe8b429582dec7d0d4d3ec6bc7560c496b9a2b7c35b32ee82e409eeb56ca7b429dcdbd816c32073091db08fa6e283c4f5fd84f79421456d2169f6e22e91 -EBUILD raspberrypi-firmware-9999.ebuild 1708 SHA256 8de1609ed35dcddc5af35b81c3528f0f1b6a3a518ac7d0ded44f403cc81f2149 SHA512 2fb9b51608d0bc6f6026f39f9905908cc1d5302601ef83ea193d1cb2b453d0c52122ef349bf16d3ce7d058987eaf8bf87632931cf591ac80b1679ba8d0f5ef06 WHIRLPOOL 51533b4edc9334352dc8a65bb11d6dfb58022cf37bbd95345ab6850337721bb35cfaf821ecc585ebcf47fdcdcbb32fcdfb4adaf5907da4739d74227f5b1239ad diff --git a/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-cmdline.txt b/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-cmdline.txt deleted file mode 100644 index 39112a2..0000000 --- a/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-cmdline.txt +++ /dev/null @@ -1 +0,0 @@ -ipv6.disable=0 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=noop rootwait diff --git a/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-config.txt b/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-config.txt deleted file mode 100644 index 9401530..0000000 --- a/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-config.txt +++ /dev/null @@ -1,81 +0,0 @@ -#from archlinux arm sdcard image -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -#hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# for more options see http://elinux.org/RPi_config.txt - -## Some over clocking settings, govenor already set to ondemand - -##None -#arm_freq=700 -#core_freq=250 -#sdram_freq=400 -#over_voltage=0 - -##Modest -#arm_freq=800 -#core_freq=300 -#sdram_freq=400 -#over_voltage=0 - -##Medium -#arm_freq=900 -#core_freq=333 -#sdram_freq=450 -#over_voltage=2 - -##High -#arm_freq=950 -#core_freq=450 -#sdram_freq=450 -#over_voltage=6 - -##Turbo -#arm_freq=1000 -#core_freq=500 -#sdram_freq=500 -#over_voltage=6 - -gpu_mem_512=316 -gpu_mem_256=128 -cma_lwm=16 -cma_hwm=32 -cma_offline_start=16 - diff --git a/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-envd b/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-envd deleted file mode 100644 index 22ed093..0000000 --- a/sys-boot/raspberrypi-firmware/files/raspberrypi-firmware-0_p20130711-envd +++ /dev/null @@ -1,2 +0,0 @@ -CONFIG_PROTECT="/boot/config.txt /boot/cmdline.txt" - diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild deleted file mode 100644 index 79d1097..0000000 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130815.ebuild,v 1.1 2013/08/15 18:29:55 xmw Exp $ - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="Raspberry PI boot loader and firmware" -HOMEPAGE="https://github.com/raspberrypi/firmware" -SRC_URI="" -for my_src_uri in bootcode.bin fixup{,_cd,_x}.dat start{,_cd,_x}.elf ; do - SRC_URI="${SRC_URI} https://raw.githubusercontent.com/raspberrypi/firmware/master/boot/${my_src_uri} -> ${PN}-${my_src_uri}" -done - -LICENSE="GPL-2 raspberrypi-videocore-bin" -SLOT="0" -KEYWORDS="~arm -*" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -RESTRICT="binchecks strip" - -src_unpack() { :; } - -pkg_preinst() { - if [ -z "${REPLACING_VERSIONS}" ] ; then - local msg="" - if [ -e "${D}"/boot/cmdline.txt -a -e /boot/cmdline.txt ] ; then - msg+="/boot/cmdline.txt " - fi - if [ -e "${D}"/boot/config.txt -a -e /boot/config.txt ] ; then - msg+="/boot/config.txt " - fi - if [ -n "${msg}" ] ; then - msg="This package installs following files: ${msg}." - msg="${msg} Please remove(backup) your copies durning install" - msg="${msg} and merge settings afterwards." - msg="${msg} Further updates will be CONFIG_PROTECTed." - die "${msg}" - fi - fi -} - -src_install() { - insinto /boot - local a - for a in ${A} ; do - newins "${DISTDIR}"/${a} ${a#${PN}-} - done - newins "${FILESDIR}"/${PN}-0_p20130711-config.txt config.txt - newins "${FILESDIR}"/${PN}-0_p20130711-cmdline.txt cmdline.txt - newenvd "${FILESDIR}"/${PN}-0_p20130711-envd 90${PN} - readme.gentoo_create_doc -} - -DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" diff --git a/x11-libs/libxcb/Manifest b/x11-libs/libxcb/Manifest deleted file mode 100644 index 6a31cdd..0000000 --- a/x11-libs/libxcb/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libxcb-1.10.tar.bz2 475211 SHA256 98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5 SHA512 c29ab5027498635d58fd7bfcd77899a406116b25fa8c4ec6513fc1395d8a0f99f602ad20b507660a62000b6fc879860d182cafd29af590e8b14f55150a064f7a WHIRLPOOL 4e11ffa276ef717e8f14183385413b30b52e8848669bf0f3075fb82adf4a4e94d8a98a2505797be055ff9f546e4fc11e94ba148099b6a0c2998da3e0f20fe99a -EBUILD libxcb-1.10.ebuild 1476 SHA256 b08c54e94dac2b214c86d1027f44435774ca2b4cb6fe0dc16479910cb49d354a SHA512 66f7c68aeb601e13b82ece3091cfb6b854b09c410d57fcd1fd2938b5df5639e0e8eb9b41d2f6194eea309ab07f939ba003f55fe215d8a73f990586d59492b209 WHIRLPOOL 1cccfdcc02cc61b8c99bbe74cca32a828367a5f8c8ae74bf5ddcb91034c354dc54dd8d4d5419c7f8d619cf8925a0effeeee1e9434c554990a419865e698c21f1 diff --git a/x11-libs/libxcb/libxcb-1.10.ebuild b/x11-libs/libxcb/libxcb-1.10.ebuild deleted file mode 100644 index 78de94a..0000000 --- a/x11-libs/libxcb/libxcb-1.10.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.7 2014/04/08 20:03:44 ago Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) -PYTHON_REQ_USE=xml - -XORG_DOC=doc -XORG_MULTILIB=yes -inherit python-any-r1 xorg-2 - -DESCRIPTION="X C-language Bindings library" -HOMEPAGE="http://xcb.freedesktop.org/" -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb" -[[ ${PV} != 9999* ]] && \ - SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" - -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="selinux xkb" - -RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}] - x11-libs/libXau[${MULTILIB_USEDEP}] - x11-libs/libXdmcp[${MULTILIB_USEDEP}]" -# Note: ${PYTHON_USEDEP} needs to go verbatim -DEPEND="${RDEPEND} - dev-libs/libxslt - $(python_gen_any_dep \ - ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" - -python_check_deps() { - has_version --host-root ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]" -} - -pkg_setup() { - python-any-r1_pkg_setup -} - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable doc build-docs) - $(use_enable selinux) - $(use_enable xkb) - --enable-xinput - ) - xorg-2_src_configure -} |