public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logstalgia/
Date: Fri, 28 Jul 2017 13:06:01 +0000 (UTC)	[thread overview]
Message-ID: <1501247155.b39c64ec35c06478c7b671c517c653d0e35b055e.pinkbyte@gentoo> (raw)

commit:     b39c64ec35c06478c7b671c517c653d0e35b055e
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 13:01:20 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 13:05:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39c64ec

app-admin/logstalgia: drop old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-admin/logstalgia/Manifest                   |  2 --
 app-admin/logstalgia/logstalgia-1.0.3-r1.ebuild | 25 -------------------
 app-admin/logstalgia/logstalgia-1.0.6.ebuild    | 33 -------------------------
 3 files changed, 60 deletions(-)

diff --git a/app-admin/logstalgia/Manifest b/app-admin/logstalgia/Manifest
index abe1abc8fcc..e7854034a50 100644
--- a/app-admin/logstalgia/Manifest
+++ b/app-admin/logstalgia/Manifest
@@ -1,3 +1 @@
-DIST logstalgia-1.0.3.tar.gz 841822 SHA256 d3338a9fffb9b60ecb90986c81f27a09a18fa8627b5b884a79c70fee7f6461eb SHA512 ca7b0fbb3341d6561a980e1daa42e20a4f307a794c96f02a3530e5b9d8ae19ae1d9acce127bf0aad59547f1cff3e5a6425ae3558c973f67b9d68c4151e31679b WHIRLPOOL 0729b4919c418670a99d2023acfaeafba4ad653796d22827cb5c6b4271183706b6c77c0ba638b53535c8c24786fef5989b8b2c7e78db62aeadc7a76c407c5cc5
-DIST logstalgia-1.0.6.tar.gz 902147 SHA256 a81b94742cce64b0b2d1b1683f2f7ac6d06456056f353896153b1b8181855f34 SHA512 9b264c65e412efc7cc8ae9a3b53c71bb769b52dfa759c7e9f84b41e55363b803bc776379658eab2c7975000766c26879f8bc3b33e436224113ae15c9846676a1 WHIRLPOOL 2797514fa648cbcd0516927a9c7a255997c5018f8d40b37207ffb4b21b67ff4aaf797d53b3bf8d94e9d8c749fe79706acdc70682e422a318f8a94c6bd13f752b
 DIST logstalgia-1.0.7.tar.gz 902050 SHA256 5553fd03fb7be564538fe56e871eac6e3caf56f40e8abc4602d2553964f8f0e1 SHA512 862950ec387e27d72fe127fcccd37d1e6a0ed8b77fb243c119ef8b48b5bc45092d1b6881b9afbc016969e80a427fa4e210aa5d35524baf191d0c4fad5f91e3a9 WHIRLPOOL 499afaa7dc95231a619bc69be3337463ea75784d23a435d862d6a587f4fbd7fd89fd4a5d821b6a7f14636c988e33fb1feb26e689736c1b0525283106e8dd5759

diff --git a/app-admin/logstalgia/logstalgia-1.0.3-r1.ebuild b/app-admin/logstalgia/logstalgia-1.0.3-r1.ebuild
deleted file mode 100644
index 3fcc54d82b0..00000000000
--- a/app-admin/logstalgia/logstalgia-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Replays or streams an access_log as a retro arcade game-like simulation"
-HOMEPAGE="http://logstalgia.io/"
-SRC_URI="https://logstalgia.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/libpcre
-	media-libs/libsdl[opengl]
-	media-libs/libpng:0=
-	media-libs/sdl-image
-	media-libs/ftgl
-	virtual/jpeg
-	virtual/glu
-	virtual/opengl"
-DEPEND="${DEPEND}
-	virtual/pkgconfig"
-
-DOCS=( ChangeLog INSTALL README THANKS )

diff --git a/app-admin/logstalgia/logstalgia-1.0.6.ebuild b/app-admin/logstalgia/logstalgia-1.0.6.ebuild
deleted file mode 100644
index 5f9fc439efd..00000000000
--- a/app-admin/logstalgia/logstalgia-1.0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Replays or streams an access_log as a retro arcade game-like simulation"
-HOMEPAGE="http://logstalgia.io/"
-SRC_URI="https://github.com/acaudwell/Logstalgia/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/libpcre
-	media-libs/freetype:2
-	media-libs/glew:0=
-	media-libs/libsdl2[opengl,threads]
-	media-libs/libpng:0=
-	media-libs/sdl2-image[jpeg,png]
-	virtual/glu
-	virtual/opengl"
-DEPEND="${DEPEND}
-	dev-libs/boost
-	media-libs/glm
-	virtual/pkgconfig"
-
-DOCS=( ChangeLog INSTALL README THANKS )
-
-src_prepare() {
-	epatch_user
-}


             reply	other threads:[~2017-07-28 13:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-28 13:06 Sergey Popov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 20:43 [gentoo-commits] repo/gentoo:master commit in: app-admin/logstalgia/ James Le Cuirot
2024-05-19  9:15 James Le Cuirot
2023-02-14 11:19 Sergey Popov
2020-05-09 10:30 Sergey Popov
2018-09-17 10:39 Sergey Popov
2017-07-28 13:06 Sergey Popov
2015-09-01 18:35 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501247155.b39c64ec35c06478c7b671c517c653d0e35b055e.pinkbyte@gentoo \
    --to=pinkbyte@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox