summaryrefslogtreecommitdiffstats
path: root/x11-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2018-09-21 21:08:35 +0200
committerFlorian Franzmann2018-09-21 21:08:35 +0200
commitf6d7c57ff93ff74235313f091d4293634669b506 (patch)
tree8c5fd7d54bf4ac40a1e00fdf9374c0c0396c3e4a /x11-libs
parent16d82c995cbda7231f137348c1b60b69b23d5955 (diff)
x11-libs/cairo: remove relics of "case"
Diffstat (limited to 'x11-libs')
-rwxr-xr-xx11-libs/cairo/DETAILS4
-rw-r--r--x11-libs/cairo/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-libs/cairo/DETAILS b/x11-libs/cairo/DETAILS
index 8cbd691d6c..3b26dc562f 100755
--- a/x11-libs/cairo/DETAILS
+++ b/x11-libs/cairo/DETAILS
@@ -6,7 +6,7 @@ if [[ "${CAIRO_BRANCH}" == "scm" ]]; then
SOURCE_URL[0]=git://anongit.freedesktop.org/git/cairo:cairo-git
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git" ;;
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
else
# There is 1.14.x stable, but it does not work anymore for the OSS
# infrastructure. 1.15 is de facto stable.
@@ -14,7 +14,7 @@ else
SOURCE_HASH=sha1:62ebffbaf4cc81c412f0ad3f87dc20499f85d046:UPSTREAM_HASH
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=http://cairographics.org/snapshots/$SOURCE
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" ;;
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
WEB_SITE=http://cairographics.org/
LICENSE[0]=MIT
diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index 6953c232c8..fea00ffe79 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,6 @@
+2018-09-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: remove relics of 'case'
+
2018-09-21 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 1.15.14, case -> if